Bump sha2 from 0.10.1 to 0.10.2 in /packer (#3460)
Summary: Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2. <details> <summary>Commits</summary> <ul> <li><a href="1cdbd5363f"><code>1cdbd53</code></a> Update changelogs and html_root_urls (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/364">https://github.com/facebook/flipper/issues/364</a>)</li> <li><a href="e1a8e86938"><code>e1a8e86</code></a> Fix and test min versions build (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/363">https://github.com/facebook/flipper/issues/363</a>)</li> <li><a href="9d2a53cc79"><code>9d2a53c</code></a> Use common CI patterns (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/362">https://github.com/facebook/flipper/issues/362</a>)</li> <li><a href="fae1866643"><code>fae1866</code></a> Fix README typos (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/359">https://github.com/facebook/flipper/issues/359</a>)</li> <li><a href="08c995c316"><code>08c995c</code></a> Reduce amount of unsafe and use new imports (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/351">https://github.com/facebook/flipper/issues/351</a>)</li> <li><a href="5c108dacf2"><code>5c108da</code></a> Fix md5 link in readme (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/358">https://github.com/facebook/flipper/issues/358</a>)</li> <li><a href="32029ac146"><code>32029ac</code></a> sha1: switch name from sha-1 to sha1 (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/350">https://github.com/facebook/flipper/issues/350</a>)</li> <li><a href="b13d7726f3"><code>b13d772</code></a> blake2: fix KeySize (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/349">https://github.com/facebook/flipper/issues/349</a>)</li> <li><a href="4e5ca4cc55"><code>4e5ca4c</code></a> Add required 'static lifetime bound (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/347">https://github.com/facebook/flipper/issues/347</a>)</li> <li>See full diff in <a href="https://github.com/RustCrypto/hashes/compare/sha2-v0.10.1...sha2-v0.10.2">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/3460 Reviewed By: mweststrate Differential Revision: D34650068 Pulled By: passy fbshipit-source-id: 83016ea681dab5445e5a439049d3ace8f6b7e9dd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6d05e6c226
commit
2a3491442b
18
packer/Cargo.lock
generated
18
packer/Cargo.lock
generated
@@ -165,11 +165,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "crypto-common"
|
||||
version = "0.1.1"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
|
||||
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
||||
dependencies = [
|
||||
"generic-array",
|
||||
"typenum",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -180,13 +181,12 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
||||
|
||||
[[package]]
|
||||
name = "digest"
|
||||
version = "0.10.1"
|
||||
version = "0.10.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
|
||||
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
||||
dependencies = [
|
||||
"block-buffer",
|
||||
"crypto-common",
|
||||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -633,9 +633,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sha2"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
|
||||
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cpufeatures",
|
||||
@@ -719,9 +719,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "typenum"
|
||||
version = "1.13.0"
|
||||
version = "1.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
||||
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
|
||||
@@ -16,7 +16,7 @@ tar = "0.4.38"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_yaml = "0.8.23"
|
||||
anyhow = "1.0.55"
|
||||
sha2 = "0.10.1"
|
||||
sha2 = "0.10.2"
|
||||
data-encoding = "2.3.2"
|
||||
serde_json = "1.0.67"
|
||||
rayon = "1.5.1"
|
||||
|
||||
Reference in New Issue
Block a user