Skip to content

Commit

Permalink
Merge pull request #5 from DM-Earth/dependabot/cargo/dashmap-6.1
Browse files Browse the repository at this point in the history
Update dashmap requirement from 5.5 to 6.1
  • Loading branch information
JieningYu authored Sep 10, 2024
2 parents fee9d7b + 9d38665 commit 92fd251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1.0"
async-lock = "3.3"
futures-lite = "2.3"
bytes = "1.6"
dashmap = "5.5"
dashmap = "6.1"

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion tokio-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ maintenance = { status = "actively-developed" }
dmds = "0.4"
tokio = { version = "1.37", features = ["fs", "io-util", "time", "rt"] }
futures = { version = "0.3", features = ["executor"] }
dashmap = "5.5"
dashmap = "6.1"
bytes = "1.6"

0 comments on commit 92fd251

Please sign in to comment.