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

Commit 5bfbac0

Browse files
committed
Auto merge of #321 - rust-lang:dependabot/cargo/anyhow-1.0.58, r=JohnTitor
Bump anyhow from 1.0.57 to 1.0.58 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.58. <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.58</h2> <ul> <li>Fix some broken links in documentation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/8f950ac0d696644b0ed17d73cb41c1ee30816cf3"><code>8f950ac</code></a> Release 1.0.58</li> <li><a href="https://github.com/dtolnay/anyhow/commit/bf23b3b6858960d1432648326bee889eaa17ec95"><code>bf23b3b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/242">#242</a> from MedzikUser/master</li> <li><a href="https://github.com/dtolnay/anyhow/commit/d8c2388c654d0939851f97a396e78da2e50cc31a"><code>d8c2388</code></a> Use upstreamed docs.rs icon in docs.rs badge</li> <li><a href="https://github.com/dtolnay/anyhow/commit/db82639510674654b59522b893a92599e617765f"><code>db82639</code></a> Fix broken doc links to anyhow macro</li> <li><a href="https://github.com/dtolnay/anyhow/commit/462212b7079a9ed6603ae45a26081b4e685d834d"><code>462212b</code></a> Update docs.rs badge</li> <li><a href="https://github.com/dtolnay/anyhow/commit/ff37db348d630d838d2bb428fbf2b6d40f8961f4"><code>ff37db3</code></a> Check all crates in workspace for outdated deps</li> <li><a href="https://github.com/dtolnay/anyhow/commit/302acadce05392af2fef565f8413fde3c3f3c76e"><code>302acad</code></a> Match components in CI to rust-toolchain.toml file</li> <li><a href="https://github.com/dtolnay/anyhow/commit/26023f77a85bb794a888e7ee5b0edc53b7525388"><code>26023f7</code></a> Run miri in stricter miri-strict-provenance mode</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f45065787a16da3ffb3405b44bc819f2f467ab54"><code>f450657</code></a> Drop unneeded quoting from env variable in workflows yaml</li> <li><a href="https://github.com/dtolnay/anyhow/commit/09e4db31dac797a8f05abd57fbeba7325ff82b68"><code>09e4db3</code></a> Update workflows to actions/checkout@v3</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.58">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.57&new-version=1.0.58)](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 57a6b00 + 88d04b3 commit 5bfbac0

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

0 commit comments

Comments
 (0)