diff --git a/Cargo.lock b/Cargo.lock index b4dacc88ff8..922eb548cf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4374,18 +4374,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 279b9ffcd44..f4c4e964d5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ sha2 = "=0.10.8" spdx = "=0.10.4" tar = "=0.4.40" tempfile = "=3.10.1" -thiserror = "=1.0.60" +thiserror = "=1.0.61" tokio = { version = "=1.37.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} toml = "=0.8.13" tower = "=0.4.13" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 997094c178a..ad988797632 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "=0.1.80" oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.4", features = ["json"] } serde = { version = "=1.0.202", features = ["derive"] } -thiserror = "=1.0.60" +thiserror = "=1.0.61" 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 7484139baab..7cb9ffd65c1 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.202", features = ["derive"] } serde_json = "=1.0.117" tempfile = "=3.10.1" -thiserror = "=1.0.60" +thiserror = "=1.0.61" tokio = { version = "=1.37.0", 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 ac8c349763a..212b7e7a008 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.202", features = ["derive"] } serde_json = "=1.0.117" tar = "=0.4.40" -thiserror = "=1.0.60" +thiserror = "=1.0.61" tracing = "=0.1.40" [dev-dependencies] diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 09df8c61bee..75e2e5bf981 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.32.3", features = ["client"] } serde = { version = "=1.0.202", features = ["derive"] } serde_json = "=1.0.117" -thiserror = "=1.0.60" +thiserror = "=1.0.61" tokio = { version = "=1.37.0", features = ["rt", "time"]} tracing = "=0.1.40"