From 43d45de73e9bafaae803ef1b21e1030878468f42 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 6 Oct 2024 10:14:56 -0700 Subject: [PATCH] deps: Bump slab to v0.4.7 cc smol-rs/async-executor#131 Signed-off-by: John Nunley --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]