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

Commit 3e173d7

Browse files
committed
Auto merge of #357 - rust-lang:dependabot/cargo/anyhow-1.0.66, r=JohnTitor
Bump anyhow from 1.0.65 to 1.0.66 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66. <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.66</h2> <ul> <li>Reduce unhelpful backtrace frames in backtraces captured during a <code>context</code> call (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/279">#279</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/8de29aafd42a1881092d52aa3040455c9cd11373"><code>8de29aa</code></a> Release 1.0.66</li> <li><a href="https://github.com/dtolnay/anyhow/commit/54fc81220915c3e6939b5ff6e168c5a713e729f8"><code>54fc812</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/279">#279</a> from dtolnay/contextbacktrace</li> <li><a href="https://github.com/dtolnay/anyhow/commit/131249b11c0facb18d0aa5a6c677c1b9da08ef66"><code>131249b</code></a> Remove 2 frames of noise from 'context' backtraces</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f2123ab51b678272801c8fe4463ad70994c1ca3e"><code>f2123ab</code></a> Ui test changes for trybuild 1.0.66</li> <li><a href="https://github.com/dtolnay/anyhow/commit/9bd74a15407da67b4c584434afe5f66da03a06c6"><code>9bd74a1</code></a> Restore pre-nightly-2022-10-05 behavior of test_path PhantomData tests</li> <li><a href="https://github.com/dtolnay/anyhow/commit/77c4fa4566d5ab01914cc75960b80d6e51289c27"><code>77c4fa4</code></a> Update test suite to nightly-2022-10-05</li> <li><a href="https://github.com/dtolnay/anyhow/commit/7b171d651d3b8d6442fc3fd53d3f9ca82f65e3a5"><code>7b171d6</code></a> Ignore bool_to_int_with_if clippy lint in test suite</li> <li><a href="https://github.com/dtolnay/anyhow/commit/94ae34b0d556928a13413f5077b7b4c631d566ca"><code>94ae34b</code></a> Raise minimum tested toolchain to rust 1.56</li> <li><a href="https://github.com/dtolnay/anyhow/commit/94f6f4df66b48c0082a3ebd6cf6b28097a69558c"><code>94f6f4d</code></a> Remove default package.readme metadata from Cargo.toml</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66">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.65&new-version=1.0.66)](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 3ee59c7 + f221bdc commit 3e173d7

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.65"
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.65"
19+
anyhow = "1.0.66"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.145", features = ["derive"] }

0 commit comments

Comments
 (0)