diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 222c574ec74..a7975bbd4ec 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -69,7 +69,7 @@ boring = { workspace = true, optional = true } debug_panic = { workspace = true } either = { version = "1.8", default-features = false } foreign-types-shared = { version = "0.3.0", optional = true } -intrusive-collections = "0.9.5" +intrusive-collections = "0.10.1" libc = { workspace = true } libm = "0.2" log = { workspace = true, features = ["std"] }