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

Commit 5f9a53a

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.51&new-version=1.0.52)](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 9694cbc + 5364c67 commit 5f9a53a

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.58"
1616
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.41"
1818
env_logger = "0.9"
19-
anyhow = "1.0.51"
19+
anyhow = "1.0.52"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.132", features = ["derive"] }

0 commit comments

Comments
 (0)