Skip to content

Commit 453bd62

Browse files
Update Rust crate thiserror to v1.0.61 (#8668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e785a52 commit 453bd62

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ sha2 = "=0.10.8"
110110
spdx = "=0.10.4"
111111
tar = "=0.4.40"
112112
tempfile = "=3.10.1"
113-
thiserror = "=1.0.60"
113+
thiserror = "=1.0.61"
114114
tokio = { version = "=1.37.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
115115
toml = "=0.8.13"
116116
tower = "=0.4.13"

crates/crates_io_github/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async-trait = "=0.1.80"
1313
oauth2 = { version = "=4.4.2", default-features = false }
1414
reqwest = { version = "=0.12.4", features = ["json"] }
1515
serde = { version = "=1.0.202", features = ["derive"] }
16-
thiserror = "=1.0.60"
16+
thiserror = "=1.0.61"
1717
tracing = "=0.1.40"
1818

1919
[dev-dependencies]

crates/crates_io_smoke_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ semver = { version = "=1.0.23", features = ["serde"] }
1818
serde = { version = "=1.0.202", features = ["derive"] }
1919
serde_json = "=1.0.117"
2020
tempfile = "=3.10.1"
21-
thiserror = "=1.0.60"
21+
thiserror = "=1.0.61"
2222
tokio = { version = "=1.37.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flate2 = "=1.0.30"
1616
serde = { version = "=1.0.202", features = ["derive"] }
1717
serde_json = "=1.0.117"
1818
tar = "=0.4.40"
19-
thiserror = "=1.0.60"
19+
thiserror = "=1.0.61"
2020
tracing = "=0.1.40"
2121

2222
[dev-dependencies]

crates/crates_io_worker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures-util = "=0.3.30"
1515
sentry-core = { version = "=0.32.3", features = ["client"] }
1616
serde = { version = "=1.0.202", features = ["derive"] }
1717
serde_json = "=1.0.117"
18-
thiserror = "=1.0.60"
18+
thiserror = "=1.0.61"
1919
tokio = { version = "=1.37.0", features = ["rt", "time"]}
2020
tracing = "=0.1.40"
2121

0 commit comments

Comments
 (0)