Skip to content

Commit 541e1a9

Browse files
Update Rust crate thiserror to v2.0.8 (#10236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c47e27 commit 541e1a9

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -112,7 +112,7 @@ sha2 = "=0.10.8"
112112
spdx = "=0.10.7"
113113
tar = "=0.4.43"
114114
tempfile = "=3.14.0"
115-
thiserror = "=2.0.7"
115+
thiserror = "=2.0.8"
116116
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
117117
tokio = { version = "=1.42.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
118118
tokio-postgres = "=0.7.12"

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 = "=4.4.2", default-features = false }
1818
reqwest = { version = "=0.12.9", features = ["json"] }
1919
serde = { version = "=1.0.216", features = ["derive"] }
20-
thiserror = "=2.0.7"
20+
thiserror = "=2.0.8"
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.24", features = ["serde"] }
1919
serde = { version = "=1.0.216", features = ["derive"] }
2020
serde_json = "=1.0.133"
2121
tempfile = "=3.14.0"
22-
thiserror = "=2.0.7"
22+
thiserror = "=2.0.8"
2323
tokio = { version = "=1.42.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.0.35", optional = true }
1616
serde = { version = "=1.0.216", features = ["derive"] }
1717
serde_json = "=1.0.133"
1818
tar = { version = "=0.4.43", optional = true }
19-
thiserror = "=2.0.7"
19+
thiserror = "=2.0.8"
2020
tracing = "=0.1.41"
2121
tokio = { version = "=1.42.0", features = ["io-util", "macros", "rt-multi-thread"] }
2222
async-compression = { version = "=0.4.18", 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
@@ -16,7 +16,7 @@ futures-util = "=0.3.31"
1616
sentry-core = { version = "=0.35.0", features = ["client"] }
1717
serde = { version = "=1.0.216", features = ["derive"] }
1818
serde_json = "=1.0.133"
19-
thiserror = "=2.0.7"
19+
thiserror = "=2.0.8"
2020
tokio = { version = "=1.42.0", features = ["rt", "time"]}
2121
tracing = "=0.1.41"
2222

0 commit comments

Comments
 (0)