Skip to content

Commit

Permalink
Update Rust crate thiserror to v1.0.63 (#9111)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 4d8646d commit 58b49cc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sha2 = "=0.10.8"
spdx = "=0.10.6"
tar = "=0.4.41"
tempfile = "=3.10.1"
thiserror = "=1.0.62"
thiserror = "=1.0.63"
tokio = { version = "=1.38.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
toml = "=0.8.15"
tower = "=0.4.13"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async-trait = "=0.1.81"
oauth2 = { version = "=4.4.2", default-features = false }
reqwest = { version = "=0.12.5", features = ["json"] }
serde = { version = "=1.0.204", features = ["derive"] }
thiserror = "=1.0.62"
thiserror = "=1.0.63"
tracing = "=0.1.40"

[dev-dependencies]
2 changes: 1 addition & 1 deletion crates/crates_io_smoke_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ semver = { version = "=1.0.23", features = ["serde"] }
serde = { version = "=1.0.204", features = ["derive"] }
serde_json = "=1.0.120"
tempfile = "=3.10.1"
thiserror = "=1.0.62"
thiserror = "=1.0.63"
tokio = { version = "=1.38.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
tracing = "=0.1.40"
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion crates/crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ flate2 = "=1.0.30"
serde = { version = "=1.0.204", features = ["derive"] }
serde_json = "=1.0.120"
tar = "=0.4.41"
thiserror = "=1.0.62"
thiserror = "=1.0.63"
tracing = "=0.1.40"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures-util = "=0.3.30"
sentry-core = { version = "=0.34.0", features = ["client"] }
serde = { version = "=1.0.204", features = ["derive"] }
serde_json = "=1.0.120"
thiserror = "=1.0.62"
thiserror = "=1.0.63"
tokio = { version = "=1.38.1", features = ["rt", "time"]}
tracing = "=0.1.40"

Expand Down

0 comments on commit 58b49cc

Please sign in to comment.