mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
deps: update hashbrown to 0.15 (#7219)
This commit is contained in:
@@ -45,7 +45,7 @@ slab = { version = "0.4.4", optional = true } # Backs `DelayQueue`
|
|||||||
tracing = { version = "0.1.29", default-features = false, features = ["std"], optional = true }
|
tracing = { version = "0.1.29", default-features = false, features = ["std"], optional = true }
|
||||||
|
|
||||||
[target.'cfg(tokio_unstable)'.dependencies]
|
[target.'cfg(tokio_unstable)'.dependencies]
|
||||||
hashbrown = { version = "0.14.0", default-features = false, optional = true }
|
hashbrown = { version = "0.15.0", default-features = false, features = ["raw-entry"], optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }
|
tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user