From 60543ddfa58800388743b0b5281231efd27cb53a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 10:18:44 +0000 Subject: [PATCH] Update Rust crate thiserror to v2.0.2 --- Cargo.lock | 20 ++++++++++---------- 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, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51598ff736b..547b8db66fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1099,7 +1099,7 @@ dependencies = [ "spdx", "tar", "tempfile", - "thiserror 2.0.1", + "thiserror 2.0.2", "tikv-jemallocator", "tokio", "tokio-postgres", @@ -1182,7 +1182,7 @@ dependencies = [ "oauth2", "reqwest 0.12.9", "serde", - "thiserror 2.0.1", + "thiserror 2.0.2", "tracing", ] @@ -1241,7 +1241,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.1", + "thiserror 2.0.2", "tokio", "tracing", "tracing-subscriber", @@ -1262,7 +1262,7 @@ dependencies = [ "serde", "serde_json", "tar", - "thiserror 2.0.1", + "thiserror 2.0.2", "tracing", "tracing-subscriber", "walkdir", @@ -1307,7 +1307,7 @@ dependencies = [ "sentry-core", "serde", "serde_json", - "thiserror 2.0.1", + "thiserror 2.0.2", "tokio", "tracing", ] @@ -4895,11 +4895,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07c1e40dd48a282ae8edc36c732cbc219144b87fb6a4c7316d611c6b1f06ec0c" +checksum = "037e29b009aa709f293b974da5cd33b15783c049e07f8435778ce8c4871525d8" dependencies = [ - "thiserror-impl 2.0.1", + "thiserror-impl 2.0.2", ] [[package]] @@ -4915,9 +4915,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874aa7e446f1da8d9c3a5c95b1c5eb41d800045252121dc7f8e0ba370cee55f5" +checksum = "ea4778c7e8ff768bdb32a58a2349903859fe719a320300d7d4ce8636f19a1e69" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 86cf958a6e2..b7a19dd0c79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ sha2 = "=0.10.8" spdx = "=0.10.6" tar = "=0.4.43" tempfile = "=3.14.0" -thiserror = "=2.0.1" +thiserror = "=2.0.2" tokio = { version = "=1.41.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.12" toml = "=0.8.19" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 47ac200614d..f56f4ff8388 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "=0.1.83" oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.9", features = ["json"] } serde = { version = "=1.0.214", features = ["derive"] } -thiserror = "=2.0.1" +thiserror = "=2.0.2" tracing = "=0.1.40" [dev-dependencies] diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 9418a78c597..eda82d508a5 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -18,7 +18,7 @@ semver = { version = "=1.0.23", features = ["serde"] } serde = { version = "=1.0.214", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.14.0" -thiserror = "=2.0.1" +thiserror = "=2.0.2" tokio = { version = "=1.41.1", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.40" tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 1a824af8ff1..5935066668f 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -16,7 +16,7 @@ flate2 = "=1.0.34" serde = { version = "=1.0.214", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.43" -thiserror = "=2.0.1" +thiserror = "=2.0.2" tracing = "=0.1.40" [dev-dependencies] diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 8c0c338ad46..982f01dc82a 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.34.0", features = ["client"] } serde = { version = "=1.0.214", features = ["derive"] } serde_json = "=1.0.132" -thiserror = "=2.0.1" +thiserror = "=2.0.2" tokio = { version = "=1.41.1", features = ["rt", "time"]} tracing = "=0.1.40"