From 7b7c0c606e307bff649d5521e1fc52c05815f9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:25:24 +0000 Subject: [PATCH] chore(deps): Bump multimap from 0.9.0 to 0.10.0 Bumps [multimap](https://github.com/havarnov/multimap) from 0.9.0 to 0.10.0. - [Commits](https://github.com/havarnov/multimap/commits) --- updated-dependencies: - dependency-name: multimap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/stream/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05e3bf4a9c34b..db57c7981e92e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6165,9 +6165,9 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "multimap" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70db9248a93dc36a36d9a47898caa007a32755c7ad140ec64eeeb50d5a730631" +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" dependencies = [ "serde", ] @@ -9933,7 +9933,7 @@ dependencies = [ "madsim-tonic", "maplit", "memcomparable", - "multimap 0.9.0", + "multimap 0.10.0", "parking_lot 0.12.1", "pin-project", "prometheus", diff --git a/src/stream/Cargo.toml b/src/stream/Cargo.toml index dcc2a6f3a4cb5..7cce4531be55f 100644 --- a/src/stream/Cargo.toml +++ b/src/stream/Cargo.toml @@ -40,7 +40,7 @@ local_stats_alloc = { path = "../utils/local_stats_alloc" } lru = { git = "https://github.com/risingwavelabs/lru-rs.git", rev = "cb2d7c7" } maplit = "1.0.2" memcomparable = "0.2" -multimap = "0.9" +multimap = "0.10" parking_lot = "0.12" pin-project = "1" prometheus = { version = "0.13", features = ["process"] }