Skip to content

Commit 1715105

Browse files
Update Rust crate anyhow to v1.0.68 (#5690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b94650e commit 1715105

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -22,7 +22,7 @@ name = "all"
2222
path = "src/tests/all.rs"
2323

2424
[dependencies]
25-
anyhow = "=1.0.67"
25+
anyhow = "=1.0.68"
2626
aws-sigv4 = "=0.52.0"
2727
axum = { version = "=0.6.1", features = ["headers", "macros", "matched-path"] }
2828
axum-extra = { version = "=0.4.2", features = ["cookie-signed"] }

cargo-registry-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "lib.rs"
1414
testing = ["serde_json"]
1515

1616
[dependencies]
17-
anyhow = "=1.0.67"
17+
anyhow = "=1.0.68"
1818
base64 = "=0.13.1"
1919
dotenv = "=0.15.0"
2020
git2 = "=0.15.0"

0 commit comments

Comments
 (0)