Skip to content

Commit 28c19a0

Browse files
Update Rust crate anyhow to v1.0.90 (#9688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 227da83 commit 28c19a0

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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.89"
40+
anyhow = "=1.0.90"
4141
async-trait = "=0.1.83"
4242
aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] }
4343
aws-ip-ranges = "=0.871.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.89"
11+
anyhow = "=1.0.90"
1212
async-compression = { version = "=0.4.13", 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

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.89"
11+
anyhow = "=1.0.90"
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.89"
11+
anyhow = "=1.0.90"
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.89"
19+
anyhow = "=1.0.90"
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.89"
11+
anyhow = "=1.0.90"
1212
bytes = "=1.7.2"
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.89"
23+
anyhow = "=1.0.90"
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_worker/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.89"
11+
anyhow = "=1.0.90"
1212
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
1313
diesel = { version = "=2.2.4", features = ["postgres", "serde_json"] }
1414
diesel-async = { version = "=0.5.0", features = ["async-connection-wrapper", "deadpool", "postgres"] }

0 commit comments

Comments
 (0)