Bump anyhow from 1.0.47 to 1.0.50 in /packer (#3106)

Summary:
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.47 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">https://github.com/facebook/flipper/issues/199</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/200">https://github.com/facebook/flipper/issues/200</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/202">https://github.com/facebook/flipper/issues/202</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/203">https://github.com/facebook/flipper/issues/203</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/204">https://github.com/facebook/flipper/issues/204</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/205">https://github.com/facebook/flipper/issues/205</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/206">https://github.com/facebook/flipper/issues/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">https://github.com/facebook/flipper/issues/192</a>)</li>
</ul>
<h2>1.0.48</h2>
<ul>
<li>
<p>Include a <code>Debug</code> rendering of lhs and rhs in <code>ensure!</code> messages (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/193">https://github.com/facebook/flipper/issues/193</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/194">https://github.com/facebook/flipper/issues/194</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/195">https://github.com/facebook/flipper/issues/195</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/196">https://github.com/facebook/flipper/issues/196</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/197">https://github.com/facebook/flipper/issues/197</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/198">https://github.com/facebook/flipper/issues/198</a>)</p>
<h3>Example:</h3>
<pre lang="rust"><code>ensure!(flags.len() &lt;= 40);
</code></pre>
<pre lang="rust"><code>ensure!(kind == Kind::File);
</code></pre>
<p>Before:</p>
<pre lang="console"><code>Condition failed: `flags.len() &lt;= 40`
Condition failed: `kind == Kind::File`
</code></pre>
<p>After:</p>
<pre lang="console"><code>Condition failed: `flags.len() &lt;= 40` (99 vs 40)
Condition failed: `kind == Kind::File` (Symlink vs File)
</code></pre>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7f5c9c4ea7"><code>7f5c9c4</code></a> Release 1.0.50</li>
<li><a href="865de15ab2"><code>865de15</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/206">https://github.com/facebook/flipper/issues/206</a> from dtolnay/pat</li>
<li><a href="da5c3fdeda"><code>da5c3fd</code></a> Add pattern tests</li>
<li><a href="e1dcc490d2"><code>e1dcc49</code></a> Pattern parser to preserve all spans in <code>if let</code> and <code>for</code></li>
<li><a href="b577cd997f"><code>b577cd9</code></a> Refer to concat and stringify macros by absolute path</li>
<li><a href="68d1f4c989"><code>68d1f4c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/205">https://github.com/facebook/flipper/issues/205</a> from dtolnay/traitobject</li>
<li><a href="04732a7cf3"><code>04732a7</code></a> Parse trait object types</li>
<li><a href="11d3eb702d"><code>11d3eb7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/204">https://github.com/facebook/flipper/issues/204</a> from dtolnay/assoc</li>
<li><a href="6f18821657"><code>6f18821</code></a> Parse associated type constraints in dyn trait object types</li>
<li><a href="210d74108b"><code>210d741</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/203">https://github.com/facebook/flipper/issues/203</a> from dtolnay/fn</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.47...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.47&new-version=1.0.50)](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>

Pull Request resolved: https://github.com/facebook/flipper/pull/3106

Reviewed By: jknoxville

Differential Revision: D32698535

Pulled By: passy

fbshipit-source-id: 547bedf389b73c317d772941deee6a489d2772d4
This commit is contained in:
dependabot[bot]
2021-11-30 05:39:36 -08:00
committed by Facebook GitHub Bot
parent 4c73cfb930
commit 1bf644585e
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ shellexpand = "2.1.0"
tar = "0.4.37"
serde = { version = "1.0.130", features = ["derive"] }
serde_yaml = "0.8.21"
anyhow = "1.0.47"
anyhow = "1.0.50"
sha2 = "0.9.6"
data-encoding = "2.3.2"
serde_json = "1.0.67"