Skip to content

Commit

Permalink
build(deps): Allow multimap 0.10 (#1013)
Browse files Browse the repository at this point in the history
multimap 0.10 didn't change the syntax of any APIs in-use.
  • Loading branch information
caspermeijn authored Apr 1, 2024
1 parent 2b6140c commit 12260d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bytes = { version = "1", default-features = false }
heck = { version = ">=0.4, <=0.5" }
itertools = { version = ">=0.10, <=0.12", default-features = false, features = ["use_alloc"] }
log = "0.4.4"
multimap = { version = "0.8", default-features = false }
multimap = { version = ">=0.8, <=0.10", default-features = false }
petgraph = { version = "0.6", default-features = false }
prost = { version = "0.12.3", path = "..", default-features = false }
prost-types = { version = "0.12.3", path = "../prost-types", default-features = false }
Expand Down

0 comments on commit 12260d1

Please sign in to comment.