This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Commit 5f9a53a
committed
Auto merge of #253 - rust-lang:dependabot/cargo/anyhow-1.0.52, r=JohnTitor
Bump anyhow from 1.0.51 to 1.0.52
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.51 to 1.0.52.
<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.52</h2>
<ul>
<li>Reduce overhead of backtrace capture in the case that backtraces are not enabled (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/212">#212</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/anyhow/commit/f871e2fefcd10dab7b88af2fc27e2f7e0cfa1990"><code>f871e2f</code></a> Release 1.0.52</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/94e20899ab392e90f09cfec038119899af6bbc56"><code>94e2089</code></a> Change test suite atomic from SeqCst to Relaxed</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/42badfdcbdb1a707bb599f29445da79dfce8d174"><code>42badfd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/213">#213</a> from dtolnay/fixme</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/5498d859758e89e8eef2a7bf73d08d898de06546"><code>5498d85</code></a> Annotate expressions that are rendered poorly by core::stringify</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/6e17bdbf2eae2784af73ccbe31a52d41c52c7c27"><code>6e17bdb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/212">#212</a> from dtolnay/relaxed</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/6b3630c0e7ab9fa6525387c77f97f889dd58138c"><code>6b3630c</code></a> Change Backtrace::enabled atomic from SeqCst to Relaxed</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/a3f7160ce86f72a346c8c48b1b8851d3e49a9e0d"><code>a3f7160</code></a> Ignore return_self_not_must_use clippy lint</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/4d2586b20fe7ce9e730125c2248c98d06deeacc5"><code>4d2586b</code></a> Track raw pointers in miri CI run</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/d40fd3217e13f0321d57a4a102383311c6a5d56e"><code>d40fd32</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/211">#211</a> from dtolnay/ensuretest</li>
<li><a href="https://github.com/dtolnay/anyhow/commit/2a7201779dfbdde000728f470dd9c771aa905242"><code>2a72017</code></a> Update ensure tests to nightly-2021-12-10</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.51...1.0.52">compare view</a></li>
</ul>
</details>
<br />
[](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 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments