diff --git a/Cargo.lock b/Cargo.lock index e767efc02a6..578f2c07466 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1033,7 +1033,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1d8af896b707212cd0e99c112a78c9497dd32994192a463ed2f7419d29bd8c6" dependencies = [ "serde", - "thiserror 2.0.16", + "thiserror 2.0.17", "toml 0.8.23", ] @@ -1480,7 +1480,7 @@ dependencies = [ "spdx", "tar", "tempfile", - "thiserror 2.0.16", + "thiserror 2.0.17", "tikv-jemallocator", "tokio", "tokio-postgres", @@ -1540,7 +1540,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "unicode-xid", @@ -1594,7 +1594,7 @@ dependencies = [ "serde", "serde_json", "test-case", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "tracing-subscriber", @@ -1622,7 +1622,7 @@ dependencies = [ "reqwest", "secrecy", "serde", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "tracing-subscriber", @@ -1677,7 +1677,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -1720,7 +1720,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "tracing-subscriber", @@ -1744,7 +1744,7 @@ dependencies = [ "serde", "serde_json", "tar", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "tracing-subscriber", @@ -1797,7 +1797,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -1816,7 +1816,7 @@ dependencies = [ "sentry-core", "serde", "serde_json", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -4206,7 +4206,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "url", @@ -4389,7 +4389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8" dependencies = [ "memchr", - "thiserror 2.0.16", + "thiserror 2.0.17", "ucd-trie", ] @@ -4760,7 +4760,7 @@ dependencies = [ "lazy_static", "memchr", "parking_lot", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -4806,7 +4806,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.32", "socket2 0.6.0", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "web-time", @@ -4827,7 +4827,7 @@ dependencies = [ "rustls 0.23.32", "rustls-pki-types", "slab", - "thiserror 2.0.16", + "thiserror 2.0.17", "tinyvec", "tracing", "web-time", @@ -5491,7 +5491,7 @@ dependencies = [ "rand 0.9.2", "serde", "serde_json", - "thiserror 2.0.16", + "thiserror 2.0.17", "time", "url", "uuid", @@ -5676,7 +5676,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.16", + "thiserror 2.0.17", "time", ] @@ -6010,11 +6010,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.16", + "thiserror-impl 2.0.17", ] [[package]] @@ -6030,9 +6030,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f2ab7a45f99..9210f5f0f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ sha2 = "=0.10.9" spdx = "=0.12.0" tar = "=0.4.44" tempfile = "=3.23.0" -thiserror = "=2.0.16" +thiserror = "=2.0.17" tokio = { version = "=1.47.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.14" tokio-util = "=0.7.16" diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index 24681346760..715fa655f5f 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -22,7 +22,7 @@ semver = { version = "=1.0.27", features = ["serde"] } serde = { version = "=1.0.227", features = ["derive"] } serde_json = "=1.0.145" sha2 = "=0.10.9" -thiserror = "=2.0.16" +thiserror = "=2.0.17" tracing = "=0.1.41" unicode-xid = "=0.2.6" utoipa = { version = "=5.4.0", features = ["chrono"] } diff --git a/crates/crates_io_docs_rs/Cargo.toml b/crates/crates_io_docs_rs/Cargo.toml index 959ee43d698..763ce89e6b4 100644 --- a/crates/crates_io_docs_rs/Cargo.toml +++ b/crates/crates_io_docs_rs/Cargo.toml @@ -18,7 +18,7 @@ http = "=1.3.1" mockall = { version = "=0.13.1", optional = true } reqwest = { version = "=0.12.23", features = ["json"] } serde = { version = "=1.0.227", features = ["derive"] } -thiserror = "=2.0.16" +thiserror = "=2.0.17" tracing = "=0.1.41" url = "=2.5.7" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 46931b8c3f3..fdf91f762d1 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 = "=5.0.0", default-features = false } reqwest = { version = "=0.12.23", features = ["json"] } serde = { version = "=1.0.227", features = ["derive"] } -thiserror = "=2.0.16" +thiserror = "=2.0.17" 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 9b7f6e203bc..952188d6d0d 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.27", features = ["serde"] } serde = { version = "=1.0.227", features = ["derive"] } serde_json = "=1.0.145" tempfile = "=3.23.0" -thiserror = "=2.0.16" +thiserror = "=2.0.17" tokio = { version = "=1.47.1", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.41" tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 20abefd6953..af85d4ac505 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -17,7 +17,7 @@ flate2 = { version = "=1.1.2", optional = true } serde = { version = "=1.0.227", features = ["derive"] } serde_json = "=1.0.145" tar = { version = "=0.4.44", optional = true } -thiserror = "=2.0.16" +thiserror = "=2.0.17" tracing = "=0.1.41" tokio = { version = "=1.47.1", features = ["io-util", "macros", "rt-multi-thread"] } async-compression = { version = "=0.4.31", default-features = false, features = ["gzip", "tokio"] } diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index 19151e31364..c6d8055e871 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -24,7 +24,7 @@ secrecy = "=0.10.3" serde = { version = "=1.0.227", features = ["derive"] } serde_json = { version = "=1.0.145", optional = true } sha2 = "=0.10.9" -thiserror = "=2.0.16" +thiserror = "=2.0.17" tokio = { version = "=1.47.1", features = ["sync"] } tracing = "=0.1.41" diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 8bb93efc786..6a7148ef9ac 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -15,7 +15,7 @@ futures-util = "=0.3.31" sentry-core = { version = "=0.43.0", features = ["client"] } serde = { version = "=1.0.227", features = ["derive"] } serde_json = "=1.0.145" -thiserror = "=2.0.16" +thiserror = "=2.0.17" tokio = { version = "=1.47.1", features = ["rt", "time"]} tracing = "=0.1.41"