From d413a2559bf6597180aea3f7bcf9f1e2a551c780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:22:34 +0000 Subject: tools/unitctl: Bump the slab crate from 0.4.10 to 0.4.11 Bumps from 0.4.10 to 0.4.11. Fix Slab::get_disjoint_mut out of bounds. Link: Release notes Link: Changelog <>https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md> Link: Commits Signed-off-by: dependabot[bot] Signed-off-by: Andrew Clayton --- tools/unitctl/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/unitctl') diff --git a/tools/unitctl/Cargo.lock b/tools/unitctl/Cargo.lock index 325a1d96..9097aab6 100644 --- a/tools/unitctl/Cargo.lock +++ b/tools/unitctl/Cargo.lock @@ -1975,9 +1975,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "slab" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" [[package]] name = "smallvec" -- cgit