Bump sha2 from 0.8.0 to 0.8.1

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.8.0...sha2-v0.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-06 03:05:01 +00:00
committed by Michael Vines
parent 580ca36a62
commit bc71e1b612
4 changed files with 14 additions and 14 deletions

View File

@ -45,7 +45,7 @@ serde = "1.0.104"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.44", optional = true }
sha2 = "0.8.0"
sha2 = "0.8.1"
thiserror = "1.0"
ed25519-dalek = { version = "=1.0.0-pre.1", optional = true }
solana-crate-features = { path = "../crate-features", version = "0.23.0", optional = true }