Skip to content

Commit 4d14a85

Browse files
committed
Update Rust crate anyhow to v1.0.56
1 parent c8b9138 commit 4d14a85

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
@@ -29,7 +29,7 @@ rustdoc-args = [
2929
]
3030

3131
[dependencies]
32-
anyhow = "=1.0.55"
32+
anyhow = "=1.0.56"
3333
base64 = "=0.13.0"
3434
cargo-registry-index = { path = "cargo-registry-index" }
3535
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.55"
17+
anyhow = "=1.0.56"
1818
base64 = "=0.13.0"
1919
dotenv = "=0.15.0"
2020
git2 = "=0.14.1"

0 commit comments

Comments
 (0)