Bump sha2 from 0.10.0 to 0.10.1 (#22359)

* Bump sha2 from 0.10.0 to 0.10.1

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.0...sha2-v0.10.1)

---
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 <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-01-08 00:17:32 -07:00
committed by GitHub
parent 813006b33b
commit 2759cb860b
5 changed files with 14 additions and 14 deletions

View File

@ -69,7 +69,7 @@ serde = "1.0.133"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.74", optional = true }
sha2 = "0.10.0"
sha2 = "0.10.1"
sha3 = { version = "0.10.0", optional = true }
solana-logger = { path = "../logger", version = "=1.10.0", optional = true }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.10.0" }