Skip to content

Commit cfacc36

Browse files
Update Rust crate anyhow to v1.0.62 (#5088)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0d510b7 commit cfacc36

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.61"
25+
anyhow = "=1.0.62"
2626
base64 = "=0.13.0"
2727
cargo-registry-index = { path = "cargo-registry-index" }
2828
cargo-registry-markdown = { path = "cargo-registry-markdown" }

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.61"
17+
anyhow = "=1.0.62"
1818
base64 = "=0.13.0"
1919
dotenv = "=0.15.0"
2020
git2 = "=0.15.0"

0 commit comments

Comments
 (0)