Skip to content

Commit 13924a2

Browse files
Update Rust crate thiserror to v1.0.62 (#9061)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13582f1 commit 13924a2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.6"
113113
tar = "=0.4.41"
114114
tempfile = "=3.10.1"
115-
thiserror = "=1.0.61"
115+
thiserror = "=1.0.62"
116116
tokio = { version = "=1.38.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
117117
toml = "=0.8.14"
118118
tower = "=0.4.13"

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.81"
1313
oauth2 = { version = "=4.4.2", default-features = false }
1414
reqwest = { version = "=0.12.5", features = ["json"] }
1515
serde = { version = "=1.0.204", features = ["derive"] }
16-
thiserror = "=1.0.61"
16+
thiserror = "=1.0.62"
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.204", features = ["derive"] }
1919
serde_json = "=1.0.120"
2020
tempfile = "=3.10.1"
21-
thiserror = "=1.0.61"
21+
thiserror = "=1.0.62"
2222
tokio = { version = "=1.38.0", 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.30"
1616
serde = { version = "=1.0.204", features = ["derive"] }
1717
serde_json = "=1.0.120"
1818
tar = "=0.4.41"
19-
thiserror = "=1.0.61"
19+
thiserror = "=1.0.62"
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
@@ -15,7 +15,7 @@ futures-util = "=0.3.30"
1515
sentry-core = { version = "=0.34.0", features = ["client"] }
1616
serde = { version = "=1.0.204", features = ["derive"] }
1717
serde_json = "=1.0.120"
18-
thiserror = "=1.0.61"
18+
thiserror = "=1.0.62"
1919
tokio = { version = "=1.38.0", features = ["rt", "time"]}
2020
tracing = "=0.1.40"
2121

0 commit comments

Comments
 (0)