Skip to content

Commit aa34bed

Browse files
committed
upgrades dashmap to v6.0
1 parent 067a822 commit aa34bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-tempfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test = true
3131
[dependencies]
3232
gix-fs = { version = "^0.11.2", path = "../gix-fs" }
3333
parking_lot = "0.12.1"
34-
dashmap = { version = "5.1.0", optional = true }
34+
dashmap = { version = "6.0.1", optional = true }
3535
once_cell = { version = "1.8.0", default-features = false, features = ["race", "std"] }
3636
tempfile = "3.10.0"
3737

0 commit comments

Comments
 (0)