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

Commit c45641c

Browse files
committed
Auto merge of #242 - rust-lang:dependabot/cargo/anyhow-1.0.50, r=JohnTitor
Bump anyhow from 1.0.48 to 1.0.50 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.50. <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.50</h2> <ul> <li>Recognize more types of expressions in <code>ensure!</code> macro (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/199">#199</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/200">#200</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/202">#202</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/203">#203</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/204">#204</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/205">#205</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/206">#206</a>)</li> </ul> <h2>1.0.49</h2> <ul> <li>Add a function <code>anyhow::Ok(v)</code> equivalent to <code>Ok::&lt;_, anyhow::Error&gt;(v)</code> (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/192">#192</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/7f5c9c4ea76f2fc4a3afee065cdeed6635ee5b94"><code>7f5c9c4</code></a> Release 1.0.50</li> <li><a href="https://github.com/dtolnay/anyhow/commit/865de15ab24ee59fd78080710f52b2b03ff8a096"><code>865de15</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/206">#206</a> from dtolnay/pat</li> <li><a href="https://github.com/dtolnay/anyhow/commit/da5c3fdeda1550676d879a8b59df4095b17f0a68"><code>da5c3fd</code></a> Add pattern tests</li> <li><a href="https://github.com/dtolnay/anyhow/commit/e1dcc490d2ece65e130181d78c2c813a066d23b1"><code>e1dcc49</code></a> Pattern parser to preserve all spans in <code>if let</code> and <code>for</code></li> <li><a href="https://github.com/dtolnay/anyhow/commit/b577cd997fc20fd29bfdff1bc17a9469a142bd05"><code>b577cd9</code></a> Refer to concat and stringify macros by absolute path</li> <li><a href="https://github.com/dtolnay/anyhow/commit/68d1f4c989275d6fd3d824a88be9a0cd54cc1f0c"><code>68d1f4c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/205">#205</a> from dtolnay/traitobject</li> <li><a href="https://github.com/dtolnay/anyhow/commit/04732a7cf3be706f9a4bcaf40cc4f47dd0821d9c"><code>04732a7</code></a> Parse trait object types</li> <li><a href="https://github.com/dtolnay/anyhow/commit/11d3eb702d9e609046c5c8e9465b2c1c75100586"><code>11d3eb7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/204">#204</a> from dtolnay/assoc</li> <li><a href="https://github.com/dtolnay/anyhow/commit/6f18821657d0df40b071a1a91beb9719ba1f1241"><code>6f18821</code></a> Parse associated type constraints in dyn trait object types</li> <li><a href="https://github.com/dtolnay/anyhow/commit/210d74108b23f9a0c00aca8498e71985271860d0"><code>210d741</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/203">#203</a> from dtolnay/fn</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.50">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.48&new-version=1.0.50)](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 9511939 + 8a293dc commit c45641c

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

0 commit comments

Comments
 (0)