From 971ec0e14d5e12f9c477803c9bcb43e1d1c523ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 10:00:01 -0400 Subject: [PATCH] build(deps): bump multimap from 0.10.0 to 0.10.1 (#3913) Bumps [multimap](https://github.com/havarnov/multimap) from 0.10.0 to 0.10.1. - [Commits](https://github.com/havarnov/multimap/commits) --- updated-dependencies: - dependency-name: multimap dependency-version: 0.10.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c91fbf46f..e766c2cf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3026,9 +3026,9 @@ dependencies = [ [[package]] name = "multimap" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" +checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" [[package]] name = "nix"