Skip to content

Commit db79d12

Browse files
Update Rust crate anyhow to v1.0.79 (#7822)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2da6fe9 commit db79d12

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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
@@ -47,7 +47,7 @@ default = ["slow-tests"]
4747
slow-tests = []
4848

4949
[dependencies]
50-
anyhow = "=1.0.76"
50+
anyhow = "=1.0.79"
5151
async-trait = "=0.1.77"
5252
aws-credential-types = { version = "=1.1.1", features = ["hardcoded-credentials"] }
5353
aws-ip-ranges = "=0.45.0"

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.76"
11+
anyhow = "=1.0.79"
1212
dotenvy = "=0.15.7"
1313

1414
[dev-dependencies]

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.76"
11+
anyhow = "=1.0.79"
1212
async-trait = "=0.1.77"
1313
oauth2 = { version = "=4.4.2", default-features = false }
1414
reqwest = { version = "=0.11.23", features = ["json"] }

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.76"
19+
anyhow = "=1.0.79"
2020
base64 = "=0.21.5"
2121
crates_io_env_vars = { path = "../crates_io_env_vars" }
2222
dotenvy = "=0.15.7"

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.76"
11+
anyhow = "=1.0.79"
1212
bytes = "=1.5.0"
1313
clap = { version = "=4.4.12", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }

crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ toml = "=0.8.8"
2323
tracing = "=0.1.40"
2424

2525
[dev-dependencies]
26-
anyhow = "=1.0.76"
26+
anyhow = "=1.0.79"
2727
claims = "=0.7.1"
2828
clap = { version = "=4.4.12", features = ["derive", "unicode", "wrap_help"] }
2929
indicatif = { version = "=0.17.7", features = ["rayon"] }

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.76"
11+
anyhow = "=1.0.79"
1212
async-trait = "=0.1.77"
1313
diesel = { version = "=2.1.4", features = ["postgres", "r2d2", "serde_json"] }
1414
futures-util = "=0.3.30"

0 commit comments

Comments
 (0)