Skip to content

Commit

Permalink
Update Rust crate anyhow to v1.0.86 (#8676)
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] committed May 18, 2024
1 parent 553d98c commit 0ed6e30
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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 @@ -47,7 +47,7 @@ default = ["slow-tests"]
slow-tests = []

[dependencies]
anyhow = "=1.0.85"
anyhow = "=1.0.86"
async-trait = "=0.1.80"
aws-credential-types = { version = "=1.2.0", features = ["hardcoded-credentials"] }
aws-ip-ranges = "=0.287.0"
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.85"
anyhow = "=1.0.86"
async-compression = { version = "=0.4.10", features = ["gzip", "tokio", "zstd"] }
chrono = { version = "=0.4.38", features = ["serde"] }
derive_deref = "=1.1.1"
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.85"
anyhow = "=1.0.86"
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 @@ -8,7 +8,7 @@ edition = "2021"
workspace = true

[dependencies]
anyhow = "=1.0.85"
anyhow = "=1.0.86"
async-trait = "=0.1.80"
oauth2 = { version = "=4.4.2", default-features = false }
reqwest = { version = "=0.12.4", features = ["json"] }
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.85"
anyhow = "=1.0.86"
base64 = "=0.22.1"
crates_io_env_vars = { path = "../crates_io_env_vars" }
git2 = "=0.18.3"
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.85"
anyhow = "=1.0.86"
bytes = "=1.6.0"
clap = { version = "=4.5.4", 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 @@ -20,7 +20,7 @@ thiserror = "=1.0.61"
tracing = "=0.1.40"

[dev-dependencies]
anyhow = "=1.0.85"
anyhow = "=1.0.86"
claims = "=0.7.1"
clap = { version = "=4.5.4", features = ["derive", "unicode", "wrap_help"] }
indicatif = { version = "=0.17.8", features = ["rayon"] }
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.85"
anyhow = "=1.0.86"
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
diesel = { version = "=2.1.6", features = ["postgres", "serde_json"] }
futures-util = "=0.3.30"
Expand Down

0 comments on commit 0ed6e30

Please sign in to comment.