From 8c06f4693f3620963fc761c85953c36646217ebb Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:37:50 +0000 Subject: [PATCH] Update Rust crate `scc` to v2.3.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 117957f66b4..1a6af7e5117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6382,9 +6382,9 @@ dependencies = [ [[package]] name = "scc" -version = "2.2.6" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b13f8ea6177672c49d12ed964cca44836f59621981b04a3e26b87e675181de" +checksum = "28e1c91382686d21b5ac7959341fcb9780fa7c03773646995a87c950fa7be640" dependencies = [ "sdd", ] diff --git a/Cargo.toml b/Cargo.toml index 4a918a279a6..876dfb5d991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -203,7 +203,7 @@ quote = { version = "=1.0.37", default-features = false } 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.6", default-features = false } +scc = { version = "=2.3.0", default-features = false } sentry = { version = "=0.35.0", default-features = false, features = ["backtrace", "contexts", "debug-images", "panic", "reqwest", "rustls", "tower-http", "tracing"] } seq-macro = { version = "=0.3.5", default-features = false } serde_plain = { version = "=1.0.2", default-features = false }