From e79bdb3e61dfaf7dd73799d3de612a4115185c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:23:37 +0000 Subject: [PATCH] chore(deps): bump slab in /examples/developer-hub-rust Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.10 to 0.4.12. - [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.12) --- updated-dependencies: - dependency-name: slab dependency-version: 0.4.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/developer-hub-rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/developer-hub-rust/Cargo.lock b/examples/developer-hub-rust/Cargo.lock index dbc40c4dc..de9695041 100644 --- a/examples/developer-hub-rust/Cargo.lock +++ b/examples/developer-hub-rust/Cargo.lock @@ -3145,9 +3145,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "smallvec"