From 541e1a9a092d8378b2f0fc768d7bfe717b2cc816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:50:22 +0100 Subject: [PATCH] Update Rust crate thiserror to v2.0.8 (#10236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 28 +++++++++++++------------- Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_tarball/Cargo.toml | 2 +- crates/crates_io_worker/Cargo.toml | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05e5376ad3..b0de2fefb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1113,7 +1113,7 @@ dependencies = [ "spdx", "tar", "tempfile", - "thiserror 2.0.7", + "thiserror 2.0.8", "tikv-jemallocator", "tokio", "tokio-postgres", @@ -1204,7 +1204,7 @@ dependencies = [ "oauth2", "reqwest 0.12.9", "serde", - "thiserror 2.0.7", + "thiserror 2.0.8", "tracing", ] @@ -1264,7 +1264,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tracing", "tracing-subscriber", @@ -1288,7 +1288,7 @@ dependencies = [ "serde", "serde_json", "tar", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tracing", "tracing-subscriber", @@ -1335,7 +1335,7 @@ dependencies = [ "sentry-core", "serde", "serde_json", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tracing", ] @@ -3485,7 +3485,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.7", + "thiserror 2.0.8", "ucd-trie", ] @@ -3856,7 +3856,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.20", "socket2", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tracing", ] @@ -3875,7 +3875,7 @@ dependencies = [ "rustls 0.23.20", "rustls-pki-types", "slab", - "thiserror 2.0.7", + "thiserror 2.0.8", "tinyvec", "tracing", "web-time", @@ -5001,11 +5001,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.8", ] [[package]] @@ -5021,9 +5021,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", @@ -6187,7 +6187,7 @@ dependencies = [ "flate2", "indexmap", "memchr", - "thiserror 2.0.7", + "thiserror 2.0.8", "zopfli", ] diff --git a/Cargo.toml b/Cargo.toml index a5fc83c158..3aa4e20a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ sha2 = "=0.10.8" spdx = "=0.10.7" tar = "=0.4.43" tempfile = "=3.14.0" -thiserror = "=2.0.7" +thiserror = "=2.0.8" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } tokio = { version = "=1.42.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.12" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 4d69fe5160..9f1da62308 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -17,7 +17,7 @@ mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.9", features = ["json"] } serde = { version = "=1.0.216", features = ["derive"] } -thiserror = "=2.0.7" +thiserror = "=2.0.8" tracing = "=0.1.41" [dev-dependencies] diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 22f765ccd3..bd1fa0fac5 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -19,7 +19,7 @@ semver = { version = "=1.0.24", features = ["serde"] } serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" tempfile = "=3.14.0" -thiserror = "=2.0.7" +thiserror = "=2.0.8" tokio = { version = "=1.42.0", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.41" tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 91e6b9ef08..e5b2dfef0d 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -16,7 +16,7 @@ flate2 = { version = "=1.0.35", optional = true } serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" tar = { version = "=0.4.43", optional = true } -thiserror = "=2.0.7" +thiserror = "=2.0.8" tracing = "=0.1.41" tokio = { version = "=1.42.0", features = ["io-util", "macros", "rt-multi-thread"] } async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 7753c644e9..440f2cf9a4 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -16,7 +16,7 @@ futures-util = "=0.3.31" sentry-core = { version = "=0.35.0", features = ["client"] } serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" -thiserror = "=2.0.7" +thiserror = "=2.0.8" tokio = { version = "=1.42.0", features = ["rt", "time"]} tracing = "=0.1.41"