Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 7abd225

Browse files
committed
Auto merge of #276 - rust-lang:dependabot/cargo/anyhow-1.0.56, r=JohnTitor
Bump anyhow from 1.0.55 to 1.0.56 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.55 to 1.0.56. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.56</h2> <ul> <li>Add <code>must_use</code> warning when an Error created by <code>anyhow!</code> is not used, perhaps because the programmer meant to write <code>bail!</code> instead (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/229">#229</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/933df8845ae3ec962404db29a24b863ad5505b3b"><code>933df88</code></a> Release 1.0.56</li> <li><a href="https://github.com/dtolnay/anyhow/commit/c8a3e4221cdf0fb93ab1d62bbfbdadc9ca9b6894"><code>c8a3e42</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/229">#229</a> from dtolnay/must_use</li> <li><a href="https://github.com/dtolnay/anyhow/commit/cf5d619822645a4e1e8b40bccf4b13368f5eab66"><code>cf5d619</code></a> Update must-use test stderr</li> <li><a href="https://github.com/dtolnay/anyhow/commit/573689b5f4c66b7b3972e6501b29cf6099afc885"><code>573689b</code></a> Remove must_use call from ensure! and bail! expansions</li> <li><a href="https://github.com/dtolnay/anyhow/commit/ffa919c8aa0d563cedd975d95f0ed4a697bd6e8e"><code>ffa919c</code></a> Add must_use to value created by anyhow! macro</li> <li><a href="https://github.com/dtolnay/anyhow/commit/1af20cc4409a6eae6f07d2d29f8c802f81684752"><code>1af20cc</code></a> Add must_use to Error constructors</li> <li><a href="https://github.com/dtolnay/anyhow/commit/06826d1d79d9eaef36bb84baec23f6d23329fb8b"><code>06826d1</code></a> Add ui test for writing anyhow instead of bail</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.55...1.0.56">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.55&new-version=1.0.56)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents e3cc478 + f6adeac commit 7abd225

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -16,7 +16,7 @@ cargo = "0.60"
1616
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.42"
1818
env_logger = "0.9"
19-
anyhow = "1.0.55"
19+
anyhow = "1.0.56"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.136", features = ["derive"] }

0 commit comments

Comments
 (0)