diff --git a/Cargo.toml b/Cargo.toml index 9fa5113..546e9ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ futures-lite = { version = "2.0.0", default-features = false } parking = "2.0.0" polling = "3.0.0" rustix = { version = "0.38.18", default-features = false, features = ["fs", "net", "std"] } -slab = "0.4.2" +slab = "0.4.7" tracing = { version = "0.1.37", default-features = false } [target.'cfg(windows)'.dependencies]