diff --git a/Cargo.lock b/Cargo.lock index 885d81dee7..e944783c9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,7 +1112,7 @@ dependencies = [ "spdx", "tar", "tempfile", - "thiserror 2.0.6", + "thiserror 2.0.7", "tikv-jemallocator", "tokio", "tokio-postgres", @@ -1203,7 +1203,7 @@ dependencies = [ "oauth2", "reqwest 0.12.9", "serde", - "thiserror 2.0.6", + "thiserror 2.0.7", "tracing", ] @@ -1263,7 +1263,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", "tracing-subscriber", @@ -1287,7 +1287,7 @@ dependencies = [ "serde", "serde_json", "tar", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", "tracing-subscriber", @@ -1334,7 +1334,7 @@ dependencies = [ "sentry-core", "serde", "serde_json", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", ] @@ -3483,7 +3483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.6", + "thiserror 2.0.7", "ucd-trie", ] @@ -3854,7 +3854,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.19", "socket2", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", ] @@ -3873,7 +3873,7 @@ dependencies = [ "rustls 0.23.19", "rustls-pki-types", "slab", - "thiserror 2.0.6", + "thiserror 2.0.7", "tinyvec", "tracing", "web-time", @@ -4986,11 +4986,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.7", ] [[package]] @@ -5006,9 +5006,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", @@ -6172,7 +6172,7 @@ dependencies = [ "flate2", "indexmap", "memchr", - "thiserror 2.0.6", + "thiserror 2.0.7", "zopfli", ] diff --git a/Cargo.toml b/Cargo.toml index b6493b287e..c15c02cdfa 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.6" +thiserror = "=2.0.7" 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 8cb2a46b63..4d69fe5160 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.6" +thiserror = "=2.0.7" 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 275be57c68..22f765ccd3 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.6" +thiserror = "=2.0.7" 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 2df5355731..91e6b9ef08 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.6" +thiserror = "=2.0.7" 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 cce0d858fd..7753c644e9 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.6" +thiserror = "=2.0.7" tokio = { version = "=1.42.0", features = ["rt", "time"]} tracing = "=0.1.41"