cargo: bump sha2 from 0.9.8 to 0.10.0

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.8...sha2-v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-09 22:17:54 +00:00
committed by GitHub
parent bdc3a4d24c
commit ee7e29fb3a
2 changed files with 17 additions and 6 deletions

21
Cargo.lock generated
View File

@@ -783,7 +783,7 @@ dependencies = [
"hmac",
"percent-encoding",
"rand 0.8.4",
"sha2",
"sha2 0.9.8",
"time 0.2.27",
"version_check 0.9.3",
]
@@ -1129,7 +1129,7 @@ dependencies = [
"serde",
"serde_json",
"sha-1 0.10.0",
"sha2",
"sha2 0.10.0",
"smallvec",
"stop-token 0.6.1",
"strum",
@@ -1289,7 +1289,7 @@ dependencies = [
"ed25519",
"rand 0.7.3",
"serde",
"sha2",
"sha2 0.9.8",
"zeroize",
]
@@ -2605,7 +2605,7 @@ dependencies = [
"ripemd160",
"rsa",
"sha-1 0.9.8",
"sha2",
"sha2 0.9.8",
"sha3",
"signature",
"smallvec",
@@ -3072,7 +3072,7 @@ dependencies = [
"num-traits",
"pem",
"rand 0.7.3",
"sha2",
"sha2 0.9.8",
"simple_asn1",
"subtle",
"thiserror",
@@ -3361,6 +3361,17 @@ dependencies = [
"opaque-debug",
]
[[package]]
name = "sha2"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900d964dd36bb15bcf2f2b35694c072feab74969a54f2bbeec7a2d725d2bdcb6"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.10.0",
]
[[package]]
name = "sha3"
version = "0.9.1"

View File

@@ -61,7 +61,7 @@ sanitize-filename = "0.3"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.10"
sha2 = "0.9"
sha2 = "0.10"
smallvec = "1"
stop-token = "0.6"
strum = "0.23"