about summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-20 09:50:54 +0000
committerGitHub <noreply@github.com>2025-08-20 09:50:54 +0000
commit7d09ce84ee0b9b63e44ec90241ff9e6584068164 (patch)
treea22341247d8f0d4a949c53b551ab2c49c3c73408
parent46765526e33dca91b3860715097aa43efe2cf5da (diff)
downloadrust-7d09ce84ee0b9b63e44ec90241ff9e6584068164.tar.gz
rust-7d09ce84ee0b9b63e44ec90241ff9e6584068164.zip
Bump slab from 0.4.10 to 0.4.11 in /tests/deps
Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/slab/compare/v0.4.10...v0.4.11)

---
updated-dependencies:
- dependency-name: slab
  dependency-version: 0.4.11
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src/tools/miri/tests/deps/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/tests/deps/Cargo.lock b/src/tools/miri/tests/deps/Cargo.lock
index 4b783ebdc4e..65ca4215c60 100644
--- a/src/tools/miri/tests/deps/Cargo.lock
+++ b/src/tools/miri/tests/deps/Cargo.lock
@@ -296,9 +296,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 = "socket2"