cargo: bump sha2 from 0.9.6 to 0.9.8

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

---
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]
2021-09-09 21:13:26 +00:00
committed by GitHub
parent 8fb5e038a9
commit b27793e852
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ sanitize-filename = "0.3.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.9.8"
sha2 = "0.9.6"
sha2 = "0.9.8"
smallvec = "1.0.0"
stop-token = "0.2.0"
strum = "0.21.0"