From 0c276aeea593bb0e19d19a836b4adb1358ffc0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:54:12 +0000 Subject: [PATCH] build(deps): bump scc from 2.1.13 to 2.1.14 (#33037) Bumps [scc](https://github.com/wvwwvwwv/scalable-concurrent-containers) from 2.1.13 to 2.1.14. - [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-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 526a9f9505e..27c6d9c33f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5551,9 +5551,9 @@ dependencies = [ [[package]] name = "scc" -version = "2.1.13" +version = "2.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a744401cf50c4fe0c428808d76f6fffd75ff6b041c8226210397522b4dde7da" +checksum = "79da19444d9da7a9a82b80ecf059eceba6d3129d84a8610fd25ff2364f255466" dependencies = [ "sdd", ]