Skip to content

Commit ba58535

Browse files
Alexandru Danfacebook-github-bot
authored andcommitted
Update dashmap version. (#73)
Summary: Pull Request resolved: #73 Pull Request resolved: facebook/relay#3355 Followed [this guide](https://www.internalfb.com/intern/wiki/Rust-at-facebook/Managing_fbsource_third-party_with_Reindeer/) to update the dependecies. For more context on serde error fixed by this update, check this xacrimon/dashmap#133 Differential Revision: D26423198 fbshipit-source-id: 1a98ffe84d423bd9417a9b3049044dac01639637
1 parent 39fc57d commit ba58535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eden/mononoke/walker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ auto_impl = "0.4"
5656
bitflags = "1.2"
5757
bytes = { version = "0.5", features = ["serde"] }
5858
clap = "2.33"
59-
dashmap = {version = "3.11.10", features = ["serde"] }
59+
dashmap = {version = "4.0.2", features = ["serde"] }
6060
derive_more = "0.99.3"
6161
filetime = "0.2.9"
6262
futures = { version = "0.3.5", features = ["async-await", "compat"] }

0 commit comments

Comments
 (0)