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

@@ -15,7 +15,7 @@ bv = { version = "0.11.1", features = ["serde"] }
log = "0.4.14"
serde = "1.0.136"
serde_derive = "1.0.103"
sha2 = "0.10.1"
sha2 = "0.10.2"
solana-frozen-abi-macro = { path = "macro", version = "=1.10.0" }
thiserror = "1.0"