Bump sha2 from 0.10.6 to 0.10.7 in /packer (#4843)

Summary:
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.10.7.
<details>
<summary>Commits</summary>
<ul>
<li><a href="d8b088aece"><code>d8b088a</code></a> Release sha2 v0.10.7 (<a href="https://redirect.github.com/RustCrypto/hashes/issues/491">https://github.com/facebook/flipper/issues/491</a>)</li>
<li><a href="3fa561ed2e"><code>3fa561e</code></a> sha2: Add aarch64 backends (<a href="https://redirect.github.com/RustCrypto/hashes/issues/490">https://github.com/facebook/flipper/issues/490</a>)</li>
<li><a href="a16cb4c753"><code>a16cb4c</code></a> jh: fix license</li>
<li><a href="1affb24f1a"><code>1affb24</code></a> JH hash implementation (<a href="https://redirect.github.com/RustCrypto/hashes/issues/484">https://github.com/facebook/flipper/issues/484</a>)</li>
<li><a href="cf5f1d2dfe"><code>cf5f1d2</code></a> k12: fix typo in README.md (<a href="https://redirect.github.com/RustCrypto/hashes/issues/489">https://github.com/facebook/flipper/issues/489</a>)</li>
<li><a href="df9b8a2cce"><code>df9b8a2</code></a> k12 v0.3.0 (<a href="https://redirect.github.com/RustCrypto/hashes/issues/488">https://github.com/facebook/flipper/issues/488</a>)</li>
<li><a href="c24e4b8264"><code>c24e4b8</code></a> k12: 2021 edition upgrade; MSRV 1.56 (<a href="https://redirect.github.com/RustCrypto/hashes/issues/487">https://github.com/facebook/flipper/issues/487</a>)</li>
<li><a href="ca07d232e8"><code>ca07d23</code></a> Use cargo-hack in CI jobs (<a href="https://redirect.github.com/RustCrypto/hashes/issues/485">https://github.com/facebook/flipper/issues/485</a>)</li>
<li><a href="d174ad743c"><code>d174ad7</code></a> Skein hash implementation (<a href="https://redirect.github.com/RustCrypto/hashes/issues/483">https://github.com/facebook/flipper/issues/483</a>)</li>
<li><a href="9df20e865c"><code>9df20e8</code></a> build(deps): bump digest from 0.10.6 to 0.10.7 (<a href="https://redirect.github.com/RustCrypto/hashes/issues/481">https://github.com/facebook/flipper/issues/481</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/RustCrypto/hashes/compare/sha2-v0.10.6...sha2-v0.10.7">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sha2&package-manager=cargo&previous-version=0.10.6&new-version=0.10.7)](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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

Reviewed By: lblasa

Differential Revision: D47916706

Pulled By: passy

fbshipit-source-id: 40742c77fedb4d83bda6ca698b10b04d75681864
This commit is contained in:
dependabot[bot]
2023-07-31 08:40:43 -07:00
committed by Facebook GitHub Bot
parent e6e973e505
commit 0aa6d7832c
2 changed files with 5 additions and 5 deletions

8
packer/Cargo.lock generated
View File

@@ -197,9 +197,9 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
[[package]] [[package]]
name = "digest" name = "digest"
version = "0.10.5" version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [ dependencies = [
"block-buffer", "block-buffer",
"crypto-common", "crypto-common",
@@ -714,9 +714,9 @@ dependencies = [
[[package]] [[package]]
name = "sha2" name = "sha2"
version = "0.10.6" version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"cpufeatures", "cpufeatures",

View File

@@ -16,7 +16,7 @@ tar = "0.4.39"
serde = { version = "^1", features = ["derive"] } serde = { version = "^1", features = ["derive"] }
serde_yaml = "0.9.25" serde_yaml = "0.9.25"
anyhow = "^1" anyhow = "^1"
sha2 = "0.10.6" sha2 = "0.10.7"
data-encoding = "^2" data-encoding = "^2"
serde_json = "^1" serde_json = "^1"
rayon = "^1.7" rayon = "^1.7"