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

Commit

Permalink
Auto merge of #197 - rust-lang:dependabot/cargo/anyhow-1.0.41, r=John…
Browse files Browse the repository at this point in the history
…Titor

Bump anyhow from 1.0.40 to 1.0.41

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.40 to 1.0.41.
<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.41</h2>
<ul>
<li>Disallow incompatible old versions of backtrace crate (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/155">#155</a>, thanks <a href="https://github.com/jfirebaugh"><code>`@​jfirebaugh</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/anyhow/commit/b4f670dbe35b2a960f137da8b3ba89d6eb3c71cc"><code>b4f670d</code></a> Release 1.0.41</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/8bf68c81ecea855ac72e4e6b3b01b39cb8127d75"><code>8bf68c8</code></a> Merge pull request 155 from jfirebaugh/patch-1</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/254c3b66383d4ae48983cd845ab0730fa36591e9"><code>254c3b6</code></a> Depend on a recent-enough version of backtrace</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/29e4e0e9fdf6407ed7f3a7154a52585445dfa1b8"><code>29e4e0e</code></a> Update ui test suite to nightly-2021-05-14</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/aa6c83d3bb9ae4121bd6bf281b2f78d93f0c2615"><code>aa6c83d</code></a> Resolve branches_sharing_code clippy lint</li>
<li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.40...1.0.41">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.40&new-version=1.0.41)](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>
  • Loading branch information
bors committed Jun 14, 2021
2 parents 1ab0825 + fa8a6d3 commit 7a89ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cargo = "0.53"
crates-io = "0.33" # Keep in sync with version pulled by Cargo
curl = "0.4.38"
env_logger = "0.8"
anyhow = "1.0.40"
anyhow = "1.0.41"
log = "0.4"
semver = "0.10" # Keep in sync with version pulled by Cargo
serde = { version = "1.0.126", features = ["derive"] }
Expand Down

0 comments on commit 7a89ff2

Please sign in to comment.