From 987558c8ed5169e50d9a98bca6d0f382f876ad9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:31:45 +0000 Subject: [PATCH] chore(deps): bump slab 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] --- .../rust_simple_map_filter/rust_transforms/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sentry_streams/sentry_streams/examples/rust_simple_map_filter/rust_transforms/Cargo.lock b/sentry_streams/sentry_streams/examples/rust_simple_map_filter/rust_transforms/Cargo.lock index b1d7228d..a3478698 100644 --- a/sentry_streams/sentry_streams/examples/rust_simple_map_filter/rust_transforms/Cargo.lock +++ b/sentry_streams/sentry_streams/examples/rust_simple_map_filter/rust_transforms/Cargo.lock @@ -1843,9 +1843,9 @@ checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" [[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"