From a63416e4fa9ea636ea4238fc2db335e1acc7d31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:36:16 +0000 Subject: [PATCH] Bump slab Bumps the cargo group with 1 update in the /benchmark/01-empty-app/tauri/src-tauri 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: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- benchmark/01-empty-app/tauri/src-tauri/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/01-empty-app/tauri/src-tauri/Cargo.lock b/benchmark/01-empty-app/tauri/src-tauri/Cargo.lock index 6e83bcf0..e8b42539 100644 --- a/benchmark/01-empty-app/tauri/src-tauri/Cargo.lock +++ b/benchmark/01-empty-app/tauri/src-tauri/Cargo.lock @@ -2950,9 +2950,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[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"