diff --git a/skunk-util/Cargo.toml b/skunk-util/Cargo.toml index 68848fe..b65f312 100644 --- a/skunk-util/Cargo.toml +++ b/skunk-util/Cargo.toml @@ -11,6 +11,6 @@ error = [] [dependencies] ahash = { version = "0.8.11", optional = true } -hashbrown = { version = "0.14.5", optional = true } +hashbrown = { version = "0.15.2", optional = true } tokio = { version = "1.37.0", default-features = false, features = ["sync"], optional = true } tracing = "0.1.40" diff --git a/skunk/Cargo.toml b/skunk/Cargo.toml index 6d88c17..cd25ed0 100644 --- a/skunk/Cargo.toml +++ b/skunk/Cargo.toml @@ -55,7 +55,7 @@ bitflags = "2.5.0" bytes = "1.6.0" crc = "3.2.1" futures = "0.3.30" -hashbrown = "0.14.5" +hashbrown = "0.15.2" http-body-util = { version = "0.1.1", optional = true } hyper = { version = "1.4.0", features = ["http1", "server", "client"], optional = true } hyper-util = { version = "0.1.3", features = ["tokio"], optional = true }