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-13 03:06:20 +00:00
committed by GitHub
parent baa6060bee
commit de07552305
2 changed files with 53 additions and 13 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ log = "0.4.14"
simplelog = "0.11.0"
toml = "0.5.8"
digest = "0.9.0"
sha2 = "0.9.8"
sha2 = "0.10.0"
ed25519-dalek = "1.0"
x25519-dalek = "1.2"
ecies-ed25519 = "0.5"