diff --git a/Cargo.lock b/Cargo.lock index db4be15ab53..b0f179ca14b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4848,18 +4848,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4b99d0a29aa..0e20dd8e5ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ sha2 = "=0.10.8" spdx = "=0.10.6" tar = "=0.4.42" tempfile = "=3.13.0" -thiserror = "=1.0.64" +thiserror = "=1.0.65" tokio = { version = "=1.41.0", 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 0d3ec574e3d..a32c173a129 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.8", features = ["json"] } serde = { version = "=1.0.210", features = ["derive"] } -thiserror = "=1.0.64" +thiserror = "=1.0.65" 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 2120ee022e5..413c83a990d 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.210", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.13.0" -thiserror = "=1.0.64" +thiserror = "=1.0.65" tokio = { version = "=1.41.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 22fa4283f08..b8effaf9a58 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.210", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.42" -thiserror = "=1.0.64" +thiserror = "=1.0.65" tracing = "=0.1.40" [dev-dependencies] diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 56e4bfa1d9f..f48753ce758 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.210", features = ["derive"] } serde_json = "=1.0.132" -thiserror = "=1.0.64" +thiserror = "=1.0.65" tokio = { version = "=1.41.0", features = ["rt", "time"]} tracing = "=0.1.40"