Skip to content

Commit 198db98

Browse files
authored
Merge pull request #701 from waywardmonkeys/update-hashbrown-hashlink-deps
Update `hashbrown` (0.15) and `hashlink` (0.10)
2 parents 0d53d5c + 5b97007 commit 198db98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ arc-swap = "1"
1313
compact_str = { version = "0.8", optional = true }
1414
crossbeam-queue = "0.3.11"
1515
dashmap = { version = "6", features = ["raw-api"] }
16-
hashlink = "0.9"
17-
hashbrown = "0.14.3"
16+
hashbrown = "0.15"
17+
hashlink = "0.10"
1818
indexmap = "2"
1919
boxcar = "0.2.9"
2020
tracing = "0.1"

0 commit comments

Comments
 (0)