From d22c549d971d7b10572e24d1b448d0946baa8b9f Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Tue, 24 Oct 2023 12:27:39 +0200 Subject: [PATCH] deps: update hashbrown to 0.14 (#6102) --- 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 524fba45f..67fd34e47 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.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"] }