Bump sha2 from 0.8.1 to 0.8.2 (#10205)

* Bump sha2 from 0.8.1 to 0.8.2

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

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-24 19:44:04 -07:00
committed by GitHub
parent 58ae9ab34f
commit 8a8384e674
6 changed files with 18 additions and 18 deletions

View File

@ -48,7 +48,7 @@ serde = "1.0.110"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.53", optional = true }
sha2 = "0.8.1"
sha2 = "0.8.2"
thiserror = "1.0"
ed25519-dalek = { version = "=1.0.0-pre.3", optional = true }
solana-crate-features = { path = "../crate-features", version = "1.2.0", optional = true }