From 58b49cc62a10a1c2c2046110cd2431a00be8083c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:07:11 +0200 Subject: [PATCH] Update Rust crate thiserror to v1.0.63 (#9111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- 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, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 251b23766ce..5b019921edf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4508,18 +4508,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e3abcafffbd..4cf62cfee76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ sha2 = "=0.10.8" spdx = "=0.10.6" tar = "=0.4.41" tempfile = "=3.10.1" -thiserror = "=1.0.62" +thiserror = "=1.0.63" tokio = { version = "=1.38.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} toml = "=0.8.15" tower = "=0.4.13" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 6367b6ac024..74f90f8ca97 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "=0.1.81" oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.5", features = ["json"] } serde = { version = "=1.0.204", features = ["derive"] } -thiserror = "=1.0.62" +thiserror = "=1.0.63" 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 ce2d1c2111a..357ebe6d6ad 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.204", features = ["derive"] } serde_json = "=1.0.120" tempfile = "=3.10.1" -thiserror = "=1.0.62" +thiserror = "=1.0.63" tokio = { version = "=1.38.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 861483ef1ca..4c42746b1fd 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -16,7 +16,7 @@ flate2 = "=1.0.30" serde = { version = "=1.0.204", features = ["derive"] } serde_json = "=1.0.120" tar = "=0.4.41" -thiserror = "=1.0.62" +thiserror = "=1.0.63" tracing = "=0.1.40" [dev-dependencies] diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 495bfc33d9b..1ce489563fa 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -15,7 +15,7 @@ futures-util = "=0.3.30" sentry-core = { version = "=0.34.0", features = ["client"] } serde = { version = "=1.0.204", features = ["derive"] } serde_json = "=1.0.120" -thiserror = "=1.0.62" +thiserror = "=1.0.63" tokio = { version = "=1.38.1", features = ["rt", "time"]} tracing = "=0.1.40"