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

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