summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-14 17:22:34 +0000
committerAndrew Clayton <a.clayton@nginx.com>2025-08-14 18:30:38 +0100
commitd413a2559bf6597180aea3f7bcf9f1e2a551c780 (patch)
tree3368d38121bebe6b2a75a25800c08e9a728756e5
parentcefa8b4dac5179d1dd16f46c2e505429d5010e37 (diff)
downloadunit-d413a2559bf6597180aea3f7bcf9f1e2a551c780.tar.gz
unit-d413a2559bf6597180aea3f7bcf9f1e2a551c780.tar.bz2
tools/unitctl: Bump the slab crate from 0.4.10 to 0.4.11
Bumps <https://github.com/tokio-rs/slab> from 0.4.10 to 0.4.11. Fix Slab::get_disjoint_mut out of bounds. Link: Release notes <https://github.com/tokio-rs/slab/releases> Link: Changelog <>https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md> Link: Commits <https://github.com/tokio-rs/slab/compare/v0.4.10...v0.4.11> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r--tools/unitctl/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
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"