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

Commit 02c70d5

Browse files
committed
Auto merge of #201 - rust-lang:dependabot/cargo/anyhow-1.0.42, r=JohnTitor
Bump anyhow from 1.0.41 to 1.0.42 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.41 to 1.0.42. <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.42</h2> <ul> <li>Enable Android's automated tooling to pull in test coverage improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/ce33cac487ffe21d3e931e304b2c4f78322b04fd"><code>ce33cac</code></a> Release 1.0.42</li> <li><a href="https://github.com/dtolnay/anyhow/commit/88f25d809d0148dea13d6f56c3b381aa98735801"><code>88f25d8</code></a> Resolve default_trait_access clippy lint in PR 158</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f01f908320a28a98ec404017d527706029d72d86"><code>f01f908</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/158">#158</a> from BramBonne/chain-tests</li> <li><a href="https://github.com/dtolnay/anyhow/commit/e9e706c061df5151834f8e477640f1a94df832cc"><code>e9e706c</code></a> Merge pull request 159 from BramBonne/error-coverage</li> <li><a href="https://github.com/dtolnay/anyhow/commit/6632b23f50429b712759805cf13bff5b68912c76"><code>6632b23</code></a> Ignore buggy nonstandard_macro_braces clippy lint</li> <li><a href="https://github.com/dtolnay/anyhow/commit/02f10bfed3adb8a8ac0aa3ea21946717cbe18593"><code>02f10bf</code></a> Increase error test coverage.</li> <li><a href="https://github.com/dtolnay/anyhow/commit/6050c737d24f7a9dd81e5e664ce090144fd33e5c"><code>6050c73</code></a> Increase Chain test coverage.</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.41...1.0.42">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.41&new-version=1.0.42)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 cdb5ca1 + a817cbc commit 02c70d5

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
@@ -15,7 +15,7 @@ cargo = "0.54"
1515
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1616
curl = "0.4.38"
1717
env_logger = "0.8"
18-
anyhow = "1.0.41"
18+
anyhow = "1.0.42"
1919
log = "0.4"
2020
semver = "0.10" # Keep in sync with version pulled by Cargo
2121
serde = { version = "1.0.126", features = ["derive"] }

0 commit comments

Comments
 (0)