Skip to content

Commit 594c261

Browse files
Update Rust crate thiserror to v2.0.12 (#10736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47367e8 commit 594c261

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ sha2 = "=0.10.8"
120120
spdx = "=0.10.8"
121121
tar = "=0.4.44"
122122
tempfile = "=3.17.1"
123-
thiserror = "=2.0.11"
123+
thiserror = "=2.0.12"
124124
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
125125
tokio = { version = "=1.43.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
126126
tokio-postgres = "=0.7.13"

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ semver = { version = "=1.0.25", features = ["serde"] }
2222
serde = { version = "=1.0.218", features = ["derive"] }
2323
serde_json = "=1.0.139"
2424
sha2 = "=0.10.8"
25-
thiserror = "=2.0.11"
25+
thiserror = "=2.0.12"
2626
tracing = "=0.1.41"
2727
unicode-xid = "=0.2.6"
2828

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mockall = { version = "=0.13.1", optional = true }
1717
oauth2 = { version = "=5.0.0", default-features = false }
1818
reqwest = { version = "=0.12.12", features = ["json"] }
1919
serde = { version = "=1.0.218", features = ["derive"] }
20-
thiserror = "=2.0.11"
20+
thiserror = "=2.0.12"
2121
tracing = "=0.1.41"
2222

2323
[dev-dependencies]

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ semver = { version = "=1.0.25", features = ["serde"] }
1919
serde = { version = "=1.0.218", features = ["derive"] }
2020
serde_json = "=1.0.139"
2121
tempfile = "=3.17.1"
22-
thiserror = "=2.0.11"
22+
thiserror = "=2.0.12"
2323
tokio = { version = "=1.43.0", features = ["fs", "macros", "process", "rt-multi-thread"]}
2424
tracing = "=0.1.41"
2525
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flate2 = { version = "=1.1.0", optional = true }
1616
serde = { version = "=1.0.218", features = ["derive"] }
1717
serde_json = "=1.0.139"
1818
tar = { version = "=0.4.44", optional = true }
19-
thiserror = "=2.0.11"
19+
thiserror = "=2.0.12"
2020
tracing = "=0.1.41"
2121
tokio = { version = "=1.43.0", features = ["io-util", "macros", "rt-multi-thread"] }
2222
async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] }

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures-util = "=0.3.31"
1515
sentry-core = { version = "=0.36.0", features = ["client"] }
1616
serde = { version = "=1.0.218", features = ["derive"] }
1717
serde_json = "=1.0.139"
18-
thiserror = "=2.0.11"
18+
thiserror = "=2.0.12"
1919
tokio = { version = "=1.43.0", features = ["rt", "time"]}
2020
tracing = "=0.1.41"
2121

0 commit comments

Comments
 (0)