From 4013cc51a81819e4308b40ad74fdd98613cda0a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:55:24 +0000 Subject: [PATCH] chore(deps): bump scc from 2.3.4 to 2.4.0 Bumps [scc](https://github.com/wvwwvwwv/scalable-concurrent-containers) from 2.3.4 to 2.4.0. - [Changelog](https://github.com/wvwwvwwv/scalable-concurrent-containers/blob/main/CHANGELOG.md) - [Commits](https://github.com/wvwwvwwv/scalable-concurrent-containers/commits) --- updated-dependencies: - dependency-name: scc dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5905d0566..90e23c62b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2472,9 +2472,9 @@ dependencies = [ [[package]] name = "scc" -version = "2.3.4" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22b2d775fb28f245817589471dd49c5edf64237f4a19d10ce9a92ff4651a27f4" +checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc" dependencies = [ "sdd", ] diff --git a/Cargo.toml b/Cargo.toml index 6f6454b0a..2f09b3517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0", features = ["std"] } bytes = "1.10.0" uuid = { version = "1.17.0", features = ["v4"] } -scc = "2.3.4" +scc = "2.4.0" half = { version = "2.6.0", features = ["num-traits", "serde"] } getrandom = { version = "0.3" } ring = "0.17"