From 540ed20177df55a43010830ef60dea87335bd73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:02:16 +0000 Subject: [PATCH] chore(deps): bump scc from 2.3.4 to 3.3.2 Bumps [scc](https://github.com/wvwwvwwv/scalable-concurrent-containers) from 2.3.4 to 3.3.2. - [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: 3.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++---- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5905d0566..c1b21013e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2461,6 +2461,12 @@ version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" +[[package]] +name = "saa" +version = "5.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dfac11c0cd0606aaf7eb9ef66f82c119438a96dc487715abb8b57fdf08ad4fe" + [[package]] name = "same-file" version = "1.0.6" @@ -2472,10 +2478,11 @@ dependencies = [ [[package]] name = "scc" -version = "2.3.4" +version = "3.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22b2d775fb28f245817589471dd49c5edf64237f4a19d10ce9a92ff4651a27f4" +checksum = "3904515dbe9c10a126a54faa1d44fd40b893224247a1198d8c5dab6ef028bbdc" dependencies = [ + "saa", "sdd", ] @@ -2487,9 +2494,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sdd" -version = "3.0.2" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0495e4577c672de8254beb68d01a9b62d0e8a13c099edecdbedccce3223cd29f" +checksum = "19556830bd73d11d6961adaf20b1725fbb5b74c8cc32888a4dcd7049c56b6c35" [[package]] name = "semver" diff --git a/Cargo.toml b/Cargo.toml index 6f6454b0a..6b883ca04 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 = "3.3.7" half = { version = "2.6.0", features = ["num-traits", "serde"] } getrandom = { version = "0.3" } ring = "0.17"