Skip to content

Commit

Permalink
chore(deps): bump multimap from 0.8.3 to 0.9.0 (#11464)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
3 people authored Oct 6, 2023
1 parent 461c4eb commit a46292e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 8 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.8"
multimap = "0.9"
num-traits = "0.2"
parking_lot = "0.12"
parse-display = "0.8"
Expand Down
2 changes: 0 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ madsim-rdkafka = { git = "https://github.com/madsim-rs/madsim.git", rev = "fedb1
madsim-tokio = { version = "0.2", default-features = false, features = ["fs", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
md-5 = { version = "0.10" }
mio = { version = "0.8", features = ["net", "os-ext"] }
multimap = { version = "0.8" }
nom = { version = "7" }
num-bigint = { version = "0.4" }
num-integer = { version = "0.1", features = ["i128"] }
Expand Down Expand Up @@ -169,7 +168,6 @@ log = { version = "0.4", default-features = false, features = ["kv_unstable", "s
madsim-tokio = { version = "0.2", default-features = false, features = ["fs", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
md-5 = { version = "0.10" }
mio = { version = "0.8", features = ["net", "os-ext"] }
multimap = { version = "0.8" }
nom = { version = "7" }
num-bigint = { version = "0.4" }
num-integer = { version = "0.1", features = ["i128"] }
Expand Down

0 comments on commit a46292e

Please sign in to comment.