deps: update hashbrown to 0.14 (#6102)

This commit is contained in:
Friedel Ziegelmayer
2023-10-24 12:27:39 +02:00
committed by GitHub
parent bc48a6fa8d
commit d22c549d97
+1 -1
View File
@@ -45,7 +45,7 @@ slab = { version = "0.4.4", optional = true } # Backs `DelayQueue`
tracing = { version = "0.1.25", default-features = false, features = ["std"], optional = true }
[target.'cfg(tokio_unstable)'.dependencies]
hashbrown = { version = "0.12.0", optional = true }
hashbrown = { version = "0.14.0", optional = true }
[dev-dependencies]
tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }