Skip to content

Commit

Permalink
Update dashmap version. (#73)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alexandru Dan authored and facebook-github-bot committed Feb 12, 2021
1 parent 39fc57d commit ba58535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/mononoke/walker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ auto_impl = "0.4"
bitflags = "1.2"
bytes = { version = "0.5", features = ["serde"] }
clap = "2.33"
dashmap = {version = "3.11.10", features = ["serde"] }
dashmap = {version = "4.0.2", features = ["serde"] }
derive_more = "0.99.3"
filetime = "0.2.9"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
Expand Down

0 comments on commit ba58535

Please sign in to comment.