Skip to content

Commit c9f37d1

Browse files
Update Rust crate thiserror to v1.0.56 (#7820)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db79d12 commit c9f37d1

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
@@ -109,7 +109,7 @@ sha2 = "=0.10.8"
109109
spdx = "=0.10.2"
110110
tar = "=0.4.40"
111111
tempfile = "=3.9.0"
112-
thiserror = "=1.0.51"
112+
thiserror = "=1.0.56"
113113
tokio = { version = "=1.35.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
114114
toml = "=0.8.8"
115115
tower = "=0.4.13"

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.77"
1313
oauth2 = { version = "=4.4.2", default-features = false }
1414
reqwest = { version = "=0.11.23", features = ["json"] }
1515
serde = { version = "=1.0.194", features = ["derive"] }
16-
thiserror = "=1.0.51"
16+
thiserror = "=1.0.56"
1717
tracing = "=0.1.40"
1818

1919
[dev-dependencies]

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.21", features = ["serde"] }
1818
serde = { version = "=1.0.194", features = ["derive"] }
1919
serde_json = "=1.0.111"
2020
tempfile = "=3.9.0"
21-
thiserror = "=1.0.51"
21+
thiserror = "=1.0.56"
2222
tokio = { version = "=1.35.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
2323
tracing = "=0.1.40"
2424
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }

crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ semver = { version = "=1.0.21", features = ["serde"] }
1818
serde = { version = "=1.0.194", features = ["derive"] }
1919
serde_json = "=1.0.111"
2020
tar = "=0.4.40"
21-
thiserror = "=1.0.51"
21+
thiserror = "=1.0.56"
2222
toml = "=0.8.8"
2323
tracing = "=0.1.40"
2424

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.32.1", features = ["client"] }
1616
serde = { version = "=1.0.194", features = ["derive"] }
1717
serde_json = "=1.0.111"
18-
thiserror = "=1.0.51"
18+
thiserror = "=1.0.56"
1919
tokio = { version = "=1.35.1", features = ["rt", "time"]}
2020
tracing = "=0.1.40"
2121

0 commit comments

Comments
 (0)