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

Commit 4746eac

Browse files
committed
Auto merge of #339 - rust-lang:dependabot/cargo/anyhow-1.0.60, r=JohnTitor
Bump anyhow from 1.0.58 to 1.0.60 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.60. <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.60</h2> <ul> <li>Propagate <code>--target</code> to rustc invocation when deciding about backtrace support (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/249">#249</a>, thanks <a href="https://github.com/RalfJung"><code>`@​RalfJung</code></a>)</li>` </ul> <h2>1.0.59</h2> <ul> <li>Update crates.io metadata to include <code>no-std</code> category</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/08f801238a1374e19d8310a2e76e08d1086b491a"><code>08f8012</code></a> Release 1.0.60</li> <li><a href="https://github.com/dtolnay/anyhow/commit/29c72c589cbb1f3bb64d140e0201f9a59fbfa5ff"><code>29c72c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/249">#249</a> from RalfJung/rustc-target</li> <li><a href="https://github.com/dtolnay/anyhow/commit/da28e88245e9cbcc2315ececafcd3a76300a4653"><code>da28e88</code></a> fix RUSTC_WRAPPER env var</li> <li><a href="https://github.com/dtolnay/anyhow/commit/822a4edbfd55b46fd0eee37118d01a27cc52a230"><code>822a4ed</code></a> propagate --target to rustc invocation</li> <li><a href="https://github.com/dtolnay/anyhow/commit/db32585e16729bbdb798ba71ac30515127c9faee"><code>db32585</code></a> Update keywords in crates.io metadata</li> <li><a href="https://github.com/dtolnay/anyhow/commit/fb9fb18436c9394830211abaa8060be45fcdf65c"><code>fb9fb18</code></a> Release 1.0.59</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f58e803c49d81f75b88f45364d2ded671eb5e2ca"><code>f58e803</code></a> Add no-std category to crates.io metadata</li> <li><a href="https://github.com/dtolnay/anyhow/commit/8f268ac7b14d6f6901a7b21494fb2961327fbcdc"><code>8f268ac</code></a> Sort package entries in Cargo.toml</li> <li><a href="https://github.com/dtolnay/anyhow/commit/c0e78544a68353edfb417f3a6e58d127e4348ac7"><code>c0e7854</code></a> Ignore assertions_on_result_states clippy lint</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b5946687724afb6d24ba55fc5e8ad79e824b5d83"><code>b594668</code></a> Update ui test suite to nightly-2022-07-28</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.60">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.58&new-version=1.0.60)](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 4a22c94 + 63bfa84 commit 4746eac

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.63"
1616
crates-io = "0.34" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.44"
1818
env_logger = "0.9"
19-
anyhow = "1.0.58"
19+
anyhow = "1.0.60"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.140", features = ["derive"] }

0 commit comments

Comments
 (0)