Skip to content

Commit fcc3770

Browse files
committed
Auto merge of #4625 - rust-lang:renovate/anyhow-1.x, r=Turbo87
Update Rust crate anyhow to v1.0.56 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://crates.io/crates/anyhow) | dependencies | patch | `=1.0.55` -> `=1.0.56` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 12ea43a + 4d14a85 commit fcc3770

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)