chore: bump sha2 from 0.10.1 to 0.10.2 (#23343)

* chore: bump sha2 from 0.10.1 to 0.10.2

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

---
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-02-24 23:57:42 -07:00
committed by GitHub
parent 98f059e89c
commit 985af71241
5 changed files with 40 additions and 40 deletions

View File

@ -69,7 +69,7 @@ serde = "1.0.136"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.78", optional = true }
sha2 = "0.10.1"
sha2 = "0.10.2"
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" }