Skip to content

Commit 55464bc

Browse files
Update Rust crate thiserror to v2.0.11 (#10371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6d6552 commit 55464bc

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 15 additions & 15 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
@@ -114,7 +114,7 @@ sha2 = "=0.10.8"
114114
spdx = "=0.10.8"
115115
tar = "=0.4.43"
116116
tempfile = "=3.15.0"
117-
thiserror = "=2.0.10"
117+
thiserror = "=2.0.11"
118118
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
119119
tokio = { version = "=1.43.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
120120
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.12", features = ["json"] }
1919
serde = { version = "=1.0.217", features = ["derive"] }
20-
thiserror = "=2.0.10"
20+
thiserror = "=2.0.11"
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.217", features = ["derive"] }
2020
serde_json = "=1.0.135"
2121
tempfile = "=3.15.0"
22-
thiserror = "=2.0.10"
22+
thiserror = "=2.0.11"
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.0.35", optional = true }
1616
serde = { version = "=1.0.217", features = ["derive"] }
1717
serde_json = "=1.0.135"
1818
tar = { version = "=0.4.43", optional = true }
19-
thiserror = "=2.0.10"
19+
thiserror = "=2.0.11"
2020
tracing = "=0.1.41"
2121
tokio = { version = "=1.43.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.36.0", features = ["client"] }
1717
serde = { version = "=1.0.217", features = ["derive"] }
1818
serde_json = "=1.0.135"
19-
thiserror = "=2.0.10"
19+
thiserror = "=2.0.11"
2020
tokio = { version = "=1.43.0", features = ["rt", "time"]}
2121
tracing = "=0.1.41"
2222

0 commit comments

Comments
 (0)