From d55042367554f66ad8a37a031ab3aacda8ea4fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 03:54:01 +0000 Subject: [PATCH] chore(deps): bump slab Bumps the cargo group with 1 update in the /crates/superconfig 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] --- crates/superconfig/Cargo.lock | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/crates/superconfig/Cargo.lock b/crates/superconfig/Cargo.lock index 60b0ed6..2fed3f3 100644 --- a/crates/superconfig/Cargo.lock +++ b/crates/superconfig/Cargo.lock @@ -538,7 +538,6 @@ name = "logfusion" version = "0.1.0" dependencies = [ "cfg-if", - "paste", "rusttoolkit", "thiserror", "tracing", @@ -655,12 +654,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "paste" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" - [[package]] name = "pin-project-lite" version = "0.2.16" @@ -835,6 +828,8 @@ dependencies = [ [[package]] name = "rusttoolkit" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2abda6d7c7ae1f34b4b605c836bf93eb72ebded1f98bb61507d9606b3c9efc88" dependencies = [ "heck", "proc-macro2", @@ -952,9 +947,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"