diff --git a/quic/s2n-quic-transport/Cargo.toml b/quic/s2n-quic-transport/Cargo.toml index cbec20ff4..df96f1eec 100644 --- a/quic/s2n-quic-transport/Cargo.toml +++ b/quic/s2n-quic-transport/Cargo.toml @@ -20,7 +20,7 @@ unstable-provider-dc = [] bytes = { version = "1", default-features = false } futures-channel = { version = "0.3", default-features = false, features = ["alloc"] } futures-core = { version = "0.3", default-features = false, features = ["alloc"] } -hashbrown = "0.14" +hashbrown = "0.15" intrusive-collections = "0.9" once_cell = "1" s2n-codec = { version = "=0.47.0", path = "../../common/s2n-codec", features = ["bytes"], default-features = false }