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

Commit fe17d16

Browse files
committed
Auto merge of #262 - rust-lang:dependabot/cargo/anyhow-1.0.53, r=JohnTitor
Bump anyhow from 1.0.52 to 1.0.53 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.53. <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.53</h2> <ul> <li>Retrigger docs.rs build to work around rustdoc regression (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/92331">rust-lang/rust#92331</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/729002834c66ae9e943fce4e026e292f41ed3c75"><code>7290028</code></a> Release 1.0.53</li> <li><a href="https://github.com/dtolnay/anyhow/commit/4e73a1588177cc5ebca972c15f3541e13d8f783f"><code>4e73a15</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/217">#217</a> from dtolnay/ensuretest</li> <li><a href="https://github.com/dtolnay/anyhow/commit/dc087bceb302a1b580933509373674fc887e3862"><code>dc087bc</code></a> Update ensure tests to nightly-2022-01-04</li> <li><a href="https://github.com/dtolnay/anyhow/commit/6b9978cf2a2955efa375c24a61b20be6791f49ab"><code>6b9978c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/216">#216</a> from dtolnay/ensuretest</li> <li><a href="https://github.com/dtolnay/anyhow/commit/703182a68a12a0a8c9662654929302ad2e9aecc9"><code>703182a</code></a> Update ensure tests to nightly-2022-01-02</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2342773e007f6838b9e4a85313b2c8691bb84864"><code>2342773</code></a> Ignore irrefutable_let_patterns lint in test suite</li> <li><a href="https://github.com/dtolnay/anyhow/commit/bae6962ea25ac6356d109622f4a9f0e0d761cf41"><code>bae6962</code></a> Detect warnings in CI</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2c2568a47849a78fdf061aefc0a9365f053d1a8f"><code>2c2568a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/215">#215</a> from dtolnay/ensuretest</li> <li><a href="https://github.com/dtolnay/anyhow/commit/8b029fc149ae2fd39709c88d66e88b4ecb16e9a7"><code>8b029fc</code></a> Update ensure tests to nightly-2021-12-30</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.52...1.0.53">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.52&new-version=1.0.53)](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 d7549b6 + c798828 commit fe17d16

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.59"
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.52"
19+
anyhow = "1.0.53"
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)