From f339587b27de64c8dfe04c5c8f5a48ee17a24e01 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 14 Mar 2025 16:47:18 +0800 Subject: [PATCH] deps: update hashbrown to 0.15 (#7219) --- tokio-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 264f7b979..971286cbd 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -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 } [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] tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }