summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-15 17:37:24 +0000
committerAndrew Clayton <a.clayton@nginx.com>2025-08-15 18:58:18 +0100
commitf682580e918cfe3e99f33cad6578204719b628e0 (patch)
treef00bbb186217de1e206357b8aecd16331be38dca /src
parentd413a2559bf6597180aea3f7bcf9f1e2a551c780 (diff)
downloadunit-f682580e918cfe3e99f33cad6578204719b628e0.tar.gz
unit-f682580e918cfe3e99f33cad6578204719b628e0.tar.bz2
rust, wasm-wc, otel: 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. (This combines two dependabots into one) 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>
Diffstat (limited to 'src')
-rw-r--r--src/otel/Cargo.lock4
-rw-r--r--src/wasm-wasi-component/Cargo.lock4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/otel/Cargo.lock b/src/otel/Cargo.lock
index 79b3bf2e..e957e2e8 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 bec4d261..f217dd56 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"