Bump sha2 from 0.9.2 to 0.9.5 (#17627)

* Bump sha2 from 0.9.2 to 0.9.5

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

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-06-01 08:58:38 -06:00
committed by GitHub
parent b000d490ce
commit a0d721c6bd
5 changed files with 38 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ bv = { version = "0.11.1", features = ["serde"] }
log = "0.4.11"
serde = "1.0.126"
serde_derive = "1.0.103"
sha2 = "0.9.2"
sha2 = "0.9.5"
solana-frozen-abi-macro = { path = "macro", version = "=1.8.0" }
thiserror = "1.0"