From f682580e918cfe3e99f33cad6578204719b628e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:37:24 +0000 Subject: [PATCH] rust, wasm-wc, otel: 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. (This combines two dependabots into one) Link: Release notes Link: Changelog Link: Commits Signed-off-by: dependabot[bot] Signed-off-by: Andrew Clayton --- src/otel/Cargo.lock | 4 ++-- src/wasm-wasi-component/Cargo.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/otel/Cargo.lock b/src/otel/Cargo.lock index 79b3bf2ea..e957e2e8e 100644 --- a/src/otel/Cargo.lock +++ b/src/otel/Cargo.lock @@ -1760,9 +1760,9 @@ dependencies = [ [[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" diff --git a/src/wasm-wasi-component/Cargo.lock b/src/wasm-wasi-component/Cargo.lock index bec4d2619..f217dd565 100644 --- a/src/wasm-wasi-component/Cargo.lock +++ b/src/wasm-wasi-component/Cargo.lock @@ -1441,9 +1441,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"