diff --git a/Cargo.lock b/Cargo.lock index c4493c29be..511e1ac367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7004,9 +7004,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "smallvec" diff --git a/Cargo.toml b/Cargo.toml index 7690b732d5..a2256c3a52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -380,7 +380,7 @@ shaq = { version = "0.2.0" } shuttle = "0.7.1" signal-hook = "0.3.18" siphasher = "1.0.1" -slab = "0.4.11" +slab = "0.4.12" smallvec = { version = "1.15.1", default-features = false, features = ["union"] } smpl_jwt = "0.7.1" socket2 = "0.6.1"