1129: build(deps): bump sha2 from 0.10.2 to 0.10.5 r=delta1 a=dependabot[bot]

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="b1c5032fbc"><code>b1c5032</code></a> Fix MSRV issues by re-releasing sha1, sha2, sha3, md5, and whirlpool. Take 2....</li>
<li><a href="db5af59cd4"><code>db5af59</code></a> Fix MSRV issues by re-releasing sha1, sha2, sha3, md5, and whirlpool (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/399">#399</a>)</li>
<li><a href="b74be34693"><code>b74be34</code></a> Remove html_root_url (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/393">#393</a>)</li>
<li><a href="38ea35559c"><code>38ea355</code></a> Release md5 v0.10.2, sha1 v0.10.2, sha2 v0.10.3, whirlpool v0.10.2 (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/392">#392</a>)</li>
<li><a href="4c7a3fa240"><code>4c7a3fa</code></a> build(deps): bump cpufeatures from 0.2.3 to 0.2.4 (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/389">#389</a>)</li>
<li><a href="e5ad181cdb"><code>e5ad181</code></a> Ignore <code>asm</code> feature on unsupported targets (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/388">#388</a>)</li>
<li><a href="79af27adf5"><code>79af27a</code></a> Expand on DynDigest example in README (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/390">#390</a>)</li>
<li><a href="e5d9356243"><code>e5d9356</code></a> Update Cargo.lock</li>
<li><a href="457061f19b"><code>457061f</code></a> sha3 v0.10.2 (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/384">#384</a>)</li>
<li><a href="53d9671baf"><code>53d9671</code></a> Release fsb v0.1.2 (<a href="https://github-redirect.dependabot.com/RustCrypto/hashes/issues/382">#382</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/RustCrypto/hashes/compare/sha2-v0.10.2...sha2-v0.10.5">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.2&new-version=0.10.5)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-09-12 12:25:39 +00:00 committed by GitHub
commit a7fafc7a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
Cargo.lock generated
View File

@ -1816,7 +1816,7 @@ dependencies = [
"rand 0.8.3",
"ring",
"rw-stream-sink",
"sha2 0.10.2",
"sha2 0.10.5",
"smallvec",
"thiserror",
"unsigned-varint",
@ -1900,7 +1900,7 @@ dependencies = [
"prost",
"prost-build",
"rand 0.8.3",
"sha2 0.10.2",
"sha2 0.10.5",
"snow",
"static_assertions",
"x25519-dalek",
@ -1940,7 +1940,7 @@ dependencies = [
"prost",
"prost-build",
"rand 0.8.3",
"sha2 0.10.2",
"sha2 0.10.5",
"thiserror",
"unsigned-varint",
"void",
@ -3583,9 +3583,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.10.2"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures 0.2.1",
@ -4017,7 +4017,7 @@ dependencies = [
"serde_cbor",
"serde_json",
"serde_with",
"sha2 0.10.2",
"sha2 0.10.5",
"sigma_fun",
"spectral",
"sqlx",
@ -4121,7 +4121,7 @@ dependencies = [
"rand 0.8.3",
"serde",
"serde_json",
"sha2 0.10.2",
"sha2 0.10.5",
]
[[package]]