Skip to content

Commit 18b2883

Browse files
Update Rust crate thiserror to v2.0.2 (#9887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 928c141 commit 18b2883

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -108,7 +108,7 @@ sha2 = "=0.10.8"
108108
spdx = "=0.10.6"
109109
tar = "=0.4.43"
110110
tempfile = "=3.14.0"
111-
thiserror = "=2.0.1"
111+
thiserror = "=2.0.2"
112112
tokio = { version = "=1.41.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
113113
tokio-postgres = "=0.7.12"
114114
toml = "=0.8.19"

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async-trait = "=0.1.83"
1313
oauth2 = { version = "=4.4.2", default-features = false }
1414
reqwest = { version = "=0.12.9", features = ["json"] }
1515
serde = { version = "=1.0.214", features = ["derive"] }
16-
thiserror = "=2.0.1"
16+
thiserror = "=2.0.2"
1717
tracing = "=0.1.40"
1818

1919
[dev-dependencies]

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ semver = { version = "=1.0.23", features = ["serde"] }
1818
serde = { version = "=1.0.214", features = ["derive"] }
1919
serde_json = "=1.0.132"
2020
tempfile = "=3.14.0"
21-
thiserror = "=2.0.1"
21+
thiserror = "=2.0.2"
2222
tokio = { version = "=1.41.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
2323
tracing = "=0.1.40"
2424
tracing-subscriber = { version = "=0.3.18", 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 = "=1.0.34"
1616
serde = { version = "=1.0.214", features = ["derive"] }
1717
serde_json = "=1.0.132"
1818
tar = "=0.4.43"
19-
thiserror = "=2.0.1"
19+
thiserror = "=2.0.2"
2020
tracing = "=0.1.40"
2121

2222
[dev-dependencies]

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.34.0", features = ["client"] }
1717
serde = { version = "=1.0.214", features = ["derive"] }
1818
serde_json = "=1.0.132"
19-
thiserror = "=2.0.1"
19+
thiserror = "=2.0.2"
2020
tokio = { version = "=1.41.1", features = ["rt", "time"]}
2121
tracing = "=0.1.40"
2222

0 commit comments

Comments
 (0)