Skip to content

Commit ae92838

Browse files
authored
Merge pull request #238 from boinkor-net/dependabot/cargo/cargo-3178697fdf
Update dashmap requirement from 5.1.0 to 6.1.0 in the cargo group across 1 directory
2 parents 6d94c13 + 4d7c295 commit ae92838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ futures-timer = { version = "3.0.3", optional = true }
5353
futures-util = { version = "0.3.31", optional = true, default-features = false, features = ["std", "sink"] }
5454
futures-sink = { version = "0.3.31", optional = true }
5555
rand = { version = "0.8.0", optional = true }
56-
dashmap = { version = "5.1.0", optional = true }
56+
dashmap = { version = "6.1.0", optional = true }
5757
quanta = { version = "0.12.0", optional = true }
5858
no-std-compat = { version = "0.4.1", features = [ "alloc" ] }
5959
cfg-if = "1.0"

0 commit comments

Comments
 (0)