Skip to content

Commit 00cde11

Browse files
dependabot[bot]rtyler
authored andcommitted
chore(deps): update dashmap requirement from 5 to 6
Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap) to permit the latest version. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16c31fe commit 00cde11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tokio = { workspace = true, features = [
7373

7474
# other deps (these should be organized and pulled into workspace.dependencies as necessary)
7575
cfg-if = "1"
76-
dashmap = "5"
76+
dashmap = "6"
7777
errno = "0.3"
7878
either = "1.8"
7979
fix-hidden-lifetime-bug = "0.2"

0 commit comments

Comments
 (0)