From dbc27b82a15012af14fe9410e1271e3f58163dae Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:38:42 +0000 Subject: [PATCH] Update Rust crate `scc` to v2.2.2 (#5406) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3db9cb1203d..3cef8e13c82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6094,9 +6094,9 @@ dependencies = [ [[package]] name = "scc" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "553f8299af7450cda9a52d3a370199904e7a46b5ffd1bef187c4a6af3bb6db69" +checksum = "f2c1f7fc6deb21665a9060dfc7d271be784669295a31babdcd4dd2c79ae8cbfb" dependencies = [ "sdd", ] diff --git a/Cargo.toml b/Cargo.toml index aaec3aedb7e..d9969fdf216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -185,7 +185,7 @@ proptest = { version = "=1.5.0", default-features = false, features = ["alloc"] rand = { version = "=0.8.5", default-features = false } refinery = { version = "=0.8.14", default-features = false } rustc_version = { version = "=0.4.1", default-features = false } -scc = { version = "=2.2.1", default-features = false } +scc = { version = "=2.2.2", default-features = false } sentry = { version = "=0.34.0", default-features = false, features = ["backtrace", "contexts", "debug-images", "panic", "reqwest", "rustls", "tracing", "tower-http"] } seq-macro = { version = "=0.3.5", default-features = false } serde_plain = { version = "=1.0.2", default-features = false }