Skip to content

Commit 72c1e20

Browse files
Update Rust crate anyhow to v1.0.91 (#9727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8191d3 commit 72c1e20

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ name = "crates_io"
3737
doctest = true
3838

3939
[dependencies]
40-
anyhow = "=1.0.90"
40+
anyhow = "=1.0.91"
4141
async-trait = "=0.1.83"
4242
aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] }
4343
aws-ip-ranges = "=0.874.0"

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

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

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.90"
11+
anyhow = "=1.0.91"
1212
chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] }
1313
flate2 = "=1.0.34"
1414
minijinja = "=2.3.1"

crates/crates_io_env_vars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.90"
11+
anyhow = "=1.0.91"
1212
dotenvy = "=0.15.7"
1313

1414
[dev-dependencies]

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.90"
11+
anyhow = "=1.0.91"
1212
async-trait = "=0.1.83"
1313
oauth2 = { version = "=4.4.2", default-features = false }
1414
reqwest = { version = "=0.12.8", features = ["json"] }

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616
testing = []
1717

1818
[dependencies]
19-
anyhow = "=1.0.90"
19+
anyhow = "=1.0.91"
2020
base64 = "=0.22.1"
2121
crates_io_env_vars = { path = "../crates_io_env_vars" }
2222
git2 = "=0.19.0"

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.90"
11+
anyhow = "=1.0.91"
1212
bytes = "=1.8.0"
1313
clap = { version = "=4.5.20", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ thiserror = "=1.0.64"
2020
tracing = "=0.1.40"
2121

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

crates/crates_io_team_repo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.90"
11+
anyhow = "=1.0.91"
1212
async-trait = "=0.1.83"
1313
mockall = "=0.13.0"
1414
reqwest = { version = "=0.12.8", features = ["gzip", "json"] }

0 commit comments

Comments
 (0)