Skip to content

Commit 0ed6e30

Browse files
Update Rust crate anyhow to v1.0.86 (#8676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 553d98c commit 0ed6e30

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ default = ["slow-tests"]
4747
slow-tests = []
4848

4949
[dependencies]
50-
anyhow = "=1.0.85"
50+
anyhow = "=1.0.86"
5151
async-trait = "=0.1.80"
5252
aws-credential-types = { version = "=1.2.0", features = ["hardcoded-credentials"] }
5353
aws-ip-ranges = "=0.287.0"

crates/crates_io_cdn_logs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.85"
11+
anyhow = "=1.0.86"
1212
async-compression = { version = "=0.4.10", features = ["gzip", "tokio", "zstd"] }
1313
chrono = { version = "=0.4.38", features = ["serde"] }
1414
derive_deref = "=1.1.1"

crates/crates_io_env_vars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.85"
11+
anyhow = "=1.0.86"
1212
dotenvy = "=0.15.7"
1313

1414
[dev-dependencies]

crates/crates_io_github/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.85"
11+
anyhow = "=1.0.86"
1212
async-trait = "=0.1.80"
1313
oauth2 = { version = "=4.4.2", default-features = false }
1414
reqwest = { version = "=0.12.4", features = ["json"] }

crates/crates_io_index/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616
testing = []
1717

1818
[dependencies]
19-
anyhow = "=1.0.85"
19+
anyhow = "=1.0.86"
2020
base64 = "=0.22.1"
2121
crates_io_env_vars = { path = "../crates_io_env_vars" }
2222
git2 = "=0.18.3"

crates/crates_io_smoke_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.85"
11+
anyhow = "=1.0.86"
1212
bytes = "=1.6.0"
1313
clap = { version = "=4.5.4", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }

crates/crates_io_tarball/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ thiserror = "=1.0.61"
2020
tracing = "=0.1.40"
2121

2222
[dev-dependencies]
23-
anyhow = "=1.0.85"
23+
anyhow = "=1.0.86"
2424
claims = "=0.7.1"
2525
clap = { version = "=4.5.4", features = ["derive", "unicode", "wrap_help"] }
2626
indicatif = { version = "=0.17.8", features = ["rayon"] }

crates/crates_io_worker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.85"
11+
anyhow = "=1.0.86"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
1313
diesel = { version = "=2.1.6", features = ["postgres", "serde_json"] }
1414
futures-util = "=0.3.30"

0 commit comments

Comments
 (0)