From 2688ee09ed3beb721194fa41aebff94887a40315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 04:40:05 +0000 Subject: [PATCH] build(deps): bump slab in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [slab](https://github.com/tokio-rs/slab). Updates `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: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a96ca96d1321ac..02a83b0b8feea9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6507,9 +6507,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/Cargo.toml b/Cargo.toml index 51e1a232d4edd6..f410feddb03453 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -363,7 +363,7 @@ sha3 = "0.10.8" shuttle = "0.7.1" signal-hook = "0.3.18" siphasher = "1.0.1" -slab = "0.4.10" +slab = "0.4.11" smallvec = "1.15.1" smpl_jwt = "0.7.1" socket2 = "0.5.10"