Skip to content

Commit 92fd251

Browse files
authored
Merge pull request #5 from DM-Earth/dependabot/cargo/dashmap-6.1
Update dashmap requirement from 5.5 to 6.1
2 parents fee9d7b + 9d38665 commit 92fd251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ thiserror = "1.0"
2020
async-lock = "3.3"
2121
futures-lite = "2.3"
2222
bytes = "1.6"
23-
dashmap = "5.5"
23+
dashmap = "6.1"
2424

2525
[workspace]
2626
resolver = "2"

tokio-fs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ maintenance = { status = "actively-developed" }
1818
dmds = "0.4"
1919
tokio = { version = "1.37", features = ["fs", "io-util", "time", "rt"] }
2020
futures = { version = "0.3", features = ["executor"] }
21-
dashmap = "5.5"
21+
dashmap = "6.1"
2222
bytes = "1.6"

0 commit comments

Comments
 (0)