chore: bump sha2 from 0.9.5 to 0.9.6 (#19511)

* chore: bump sha2 from 0.9.5 to 0.9.6

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

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 <you@example.com>
This commit is contained in:
dependabot[bot]
2021-08-30 19:58:26 -06:00
committed by GitHub
parent a655b01700
commit dc3d7ad2bd
5 changed files with 40 additions and 22 deletions

View File

@ -71,7 +71,7 @@ serde = "1.0.130"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.66", optional = true }
sha2 = "0.9.5"
sha2 = "0.9.6"
sha3 = { version = "0.9.1", optional = true }
solana-crate-features = { path = "../crate-features", version = "=1.8.0", optional = true }
solana-logger = { path = "../logger", version = "=1.8.0", optional = true }