build(deps): bump sha2 from 0.10.2 to 0.10.5

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.2...sha2-v0.10.5)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-12 11:20:34 +00:00 committed by GitHub
parent fdb83ad7cc
commit 66bbf6c2fc
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", "rand 0.8.3",
"ring", "ring",
"rw-stream-sink", "rw-stream-sink",
"sha2 0.10.2", "sha2 0.10.5",
"smallvec", "smallvec",
"thiserror", "thiserror",
"unsigned-varint", "unsigned-varint",
@ -1900,7 +1900,7 @@ dependencies = [
"prost", "prost",
"prost-build", "prost-build",
"rand 0.8.3", "rand 0.8.3",
"sha2 0.10.2", "sha2 0.10.5",
"snow", "snow",
"static_assertions", "static_assertions",
"x25519-dalek", "x25519-dalek",
@ -1940,7 +1940,7 @@ dependencies = [
"prost", "prost",
"prost-build", "prost-build",
"rand 0.8.3", "rand 0.8.3",
"sha2 0.10.2", "sha2 0.10.5",
"thiserror", "thiserror",
"unsigned-varint", "unsigned-varint",
"void", "void",
@ -3583,9 +3583,9 @@ dependencies = [
[[package]] [[package]]
name = "sha2" name = "sha2"
version = "0.10.2" version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"cpufeatures 0.2.1", "cpufeatures 0.2.1",
@ -4017,7 +4017,7 @@ dependencies = [
"serde_cbor", "serde_cbor",
"serde_json", "serde_json",
"serde_with", "serde_with",
"sha2 0.10.2", "sha2 0.10.5",
"sigma_fun", "sigma_fun",
"spectral", "spectral",
"sqlx", "sqlx",
@ -4121,7 +4121,7 @@ dependencies = [
"rand 0.8.3", "rand 0.8.3",
"serde", "serde",
"serde_json", "serde_json",
"sha2 0.10.2", "sha2 0.10.5",
] ]
[[package]] [[package]]