about summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-13 04:41:26 +0000
committerGitHub <noreply@github.com>2025-08-13 04:41:26 +0000
commite28266dbc0b47d04cdd9252c8eaf764a972c811e (patch)
treef25f5b77e6db24f46a3bc888cd9a3594070b8cda
parent874f1c8dc0b3362799173f9e690b1cad8f081eaf (diff)
downloadrust-e28266dbc0b47d04cdd9252c8eaf764a972c811e.tar.gz
rust-e28266dbc0b47d04cdd9252c8eaf764a972c811e.zip
Bump slab from 0.4.10 to 0.4.11 in /clippy_test_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--clippy_test_deps/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/clippy_test_deps/Cargo.lock b/clippy_test_deps/Cargo.lock
index 2f987c0137c..b22cf9d107d 100644
--- a/clippy_test_deps/Cargo.lock
+++ b/clippy_test_deps/Cargo.lock
@@ -377,9 +377,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"