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

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"