Skip to content

Commit

Permalink
Update Rust crate thiserror to v2.0.8 (#10236)
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 Dec 18, 2024
1 parent 4c47e27 commit 541e1a9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 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.7"
tar = "=0.4.43"
tempfile = "=3.14.0"
thiserror = "=2.0.7"
thiserror = "=2.0.8"
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
tokio = { version = "=1.42.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
tokio-postgres = "=0.7.12"
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 @@ -17,7 +17,7 @@ mockall = { version = "=0.13.1", optional = true }
oauth2 = { version = "=4.4.2", default-features = false }
reqwest = { version = "=0.12.9", features = ["json"] }
serde = { version = "=1.0.216", features = ["derive"] }
thiserror = "=2.0.7"
thiserror = "=2.0.8"
tracing = "=0.1.41"

[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 @@ -19,7 +19,7 @@ semver = { version = "=1.0.24", features = ["serde"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tempfile = "=3.14.0"
thiserror = "=2.0.7"
thiserror = "=2.0.8"
tokio = { version = "=1.42.0", features = ["fs", "macros", "process", "rt-multi-thread"]}
tracing = "=0.1.41"
tracing-subscriber = { version = "=0.3.19", 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 = { version = "=1.0.35", optional = true }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
tar = { version = "=0.4.43", optional = true }
thiserror = "=2.0.7"
thiserror = "=2.0.8"
tracing = "=0.1.41"
tokio = { version = "=1.42.0", features = ["io-util", "macros", "rt-multi-thread"] }
async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] }
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 @@ -16,7 +16,7 @@ futures-util = "=0.3.31"
sentry-core = { version = "=0.35.0", features = ["client"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
thiserror = "=2.0.7"
thiserror = "=2.0.8"
tokio = { version = "=1.42.0", features = ["rt", "time"]}
tracing = "=0.1.41"

Expand Down

0 comments on commit 541e1a9

Please sign in to comment.