Skip to content

Commit

Permalink
Update Rust crate anyhow to v1.0.95 (#10260)
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 23, 2024
1 parent 2b74565 commit 1b86411
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 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 @@ -41,7 +41,7 @@ name = "crates_io"
doctest = true

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] }
async-trait = "=0.1.83"
aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_cdn_logs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
workspace = true

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
async-compression = { version = "=0.4.18", features = ["gzip", "tokio", "zstd"] }
chrono = { version = "=0.4.39", features = ["serde"] }
derive_more = { version = "=1.0.0", features = ["deref"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_database_dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
workspace = true

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
chrono = { version = "=0.4.39", default-features = false, features = ["clock", "serde"] }
flate2 = "=1.0.35"
minijinja = "=2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_env_vars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
workspace = true

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
dotenvy = "=0.15.7"

[dev-dependencies]
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 @@ -11,7 +11,7 @@ workspace = true
mock = ["dep:mockall"]

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
async-trait = "=0.1.83"
mockall = { version = "=0.13.1", optional = true }
oauth2 = { version = "=4.4.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "lib.rs"
testing = []

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
base64 = "=0.22.1"
crates_io_env_vars = { path = "../crates_io_env_vars" }
git2 = "=0.19.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_pagerduty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
workspace = true

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
secrecy = "=0.10.3"
serde = { version = "=1.0.216", features = ["derive"] }
Expand Down
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 @@ -8,7 +8,7 @@ edition = "2021"
workspace = true

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
bytes = "=1.9.0"
clap = { version = "=4.5.23", features = ["derive", "env", "unicode", "wrap_help"] }
crates_io_index = { path = "../crates_io_index" }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ krata-tokio-tar = "=0.4.2"
futures-util = "=0.3.31"

[dev-dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
claims = "=0.8.0"
clap = { version = "=4.5.23", features = ["derive", "unicode", "wrap_help"] }
flate2 = { version = "=1.0.35" }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_team_repo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
mock = ["mockall"]

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
async-trait = "=0.1.83"
mockall = { version = "=0.13.1", optional = true }
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
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 @@ -8,7 +8,7 @@ edition = "2021"
workspace = true

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
diesel = { version = "=2.2.6", features = ["postgres", "serde_json"] }
diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] }
Expand Down

0 comments on commit 1b86411

Please sign in to comment.