diff --git a/Cargo.lock b/Cargo.lock index 12d1f6f733d..1391b722d58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1099,7 +1099,7 @@ dependencies = [ "spdx", "tar", "tempfile", - "thiserror 2.0.0", + "thiserror 2.0.1", "tikv-jemallocator", "tokio", "tokio-postgres", @@ -1182,7 +1182,7 @@ dependencies = [ "oauth2", "reqwest 0.12.9", "serde", - "thiserror 2.0.0", + "thiserror 2.0.1", "tracing", ] @@ -1241,7 +1241,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.0", + "thiserror 2.0.1", "tokio", "tracing", "tracing-subscriber", @@ -1262,7 +1262,7 @@ dependencies = [ "serde", "serde_json", "tar", - "thiserror 2.0.0", + "thiserror 2.0.1", "tracing", "tracing-subscriber", "walkdir", @@ -1307,7 +1307,7 @@ dependencies = [ "sentry-core", "serde", "serde_json", - "thiserror 2.0.0", + "thiserror 2.0.1", "tokio", "tracing", ] @@ -4895,11 +4895,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" +checksum = "07c1e40dd48a282ae8edc36c732cbc219144b87fb6a4c7316d611c6b1f06ec0c" dependencies = [ - "thiserror-impl 2.0.0", + "thiserror-impl 2.0.1", ] [[package]] @@ -4915,9 +4915,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" +checksum = "874aa7e446f1da8d9c3a5c95b1c5eb41d800045252121dc7f8e0ba370cee55f5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 253602fe0ac..404e03da37c 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.0" +thiserror = "=2.0.1" 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 1dde274a67a..47ac200614d 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.0" +thiserror = "=2.0.1" 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 16c4636f3b4..9418a78c597 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.0" +thiserror = "=2.0.1" 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 2df85001f17..1a824af8ff1 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.0" +thiserror = "=2.0.1" tracing = "=0.1.40" [dev-dependencies] diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 3893087233f..8c0c338ad46 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.0" +thiserror = "=2.0.1" tokio = { version = "=1.41.1", features = ["rt", "time"]} tracing = "=0.1.40"