Skip to content

Commit

Permalink
chore(deps): update rust crate dashmap to v6 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Jul 1, 2024
1 parent 78136a6 commit a662c98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ name = "resolver"

[dependencies]
tracing = "0.1.40"
dashmap = "5.5.3"
dashmap = "6.0.1"
serde = { version = "1.0.203", features = ["derive"] } # derive for Deserialize from package.json
serde_json = { version = "1.0.117", features = [
"preserve_order",
Expand Down

0 comments on commit a662c98

Please sign in to comment.