Bump anyhow from 1.0.42 to 1.0.43 in /packer (#2695)
Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.42 to 1.0.43. <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.43</h2> <ul> <li>Take -Zallow-features restrictions from Cargo configuration file into account on sufficiently new versions of nightly Cargo (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/157">https://github.com/facebook/flipper/issues/157</a>, thanks <a href="https://github.com/jonhoo"><code>@jonhoo</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="39899cc168"><code>39899cc</code></a> Release 1.0.43</li> <li><a href="f8108162d4"><code>f810816</code></a> Touch up PR 157</li> <li><a href="a3aba77275"><code>a3aba77</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/157">https://github.com/facebook/flipper/issues/157</a> from jonhoo/fix-156</li> <li><a href="6c20a068bb"><code>6c20a06</code></a> Include Cargo rustc configuration in probe</li> <li><a href="277894316c"><code>2778943</code></a> Merge pull request 160 from BramBonne/version-bump</li> <li><a href="496cba42ea"><code>496cba4</code></a> Bump minor version</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.42...1.0.43">compare view</a></li> </ul> </details> <br /> [](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/2695 Reviewed By: timur-valiev Differential Revision: D30343539 Pulled By: passy fbshipit-source-id: 9b34ef4c24f582fb842fc56f704779397e29635d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
68763e8e74
commit
44774225c3
4
packer/Cargo.lock
generated
4
packer/Cargo.lock
generated
@@ -22,9 +22,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.42"
|
version = "1.0.43"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
|
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atty"
|
name = "atty"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ shellexpand = "2.1.0"
|
|||||||
tar = "0.4.35"
|
tar = "0.4.35"
|
||||||
serde = { version = "1.0.127", features = ["derive"] }
|
serde = { version = "1.0.127", features = ["derive"] }
|
||||||
serde_yaml = "0.8.17"
|
serde_yaml = "0.8.17"
|
||||||
anyhow = "1.0.42"
|
anyhow = "1.0.43"
|
||||||
sha2 = "0.9.5"
|
sha2 = "0.9.5"
|
||||||
data-encoding = "2.3.2"
|
data-encoding = "2.3.2"
|
||||||
serde_json = "1.0.64"
|
serde_json = "1.0.64"
|
||||||
|
|||||||
Reference in New Issue
Block a user