Bump sha2 from 0.8.2 to 0.9.2 (#7643)

* Bump sha2 from 0.8.2 to 0.9.2

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.8.2 to 0.9.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.8.2...streebog-v0.9.2)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix compilation error

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
dependabot[bot]
2021-01-11 11:58:26 +00:00
committed by GitHub
parent 0c1a7447bf
commit 6b4cc36c60
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8338,7 +8338,7 @@ dependencies = [
"secrecy",
"serde",
"serde_json",
"sha2 0.8.2",
"sha2 0.9.2",
"sp-debug-derive",
"sp-externalities",
"sp-runtime-interface",