Bump sha2 from 0.10.6 to 0.10.7 (#32202)

* Bump sha2 from 0.10.6 to 0.10.7

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.10.7.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.6...sha2-v0.10.7)

---
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

---------

Signed-off-by: dependabot[bot] <support@github.com>
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] 2023-06-20 12:53:14 -06:00 committed by GitHub
parent fcac1c06e8
commit ad96860a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

14
Cargo.lock generated
View File

@ -1650,7 +1650,7 @@ dependencies = [
"derivation-path",
"ed25519-dalek",
"hmac 0.12.1",
"sha2 0.10.6",
"sha2 0.10.7",
]
[[package]]
@ -4847,9 +4847,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.10.6"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
@ -5755,7 +5755,7 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
"sha2 0.10.6",
"sha2 0.10.7",
"solana-frozen-abi-macro",
"solana-logger",
"subtle",
@ -5975,7 +5975,7 @@ dependencies = [
"scopeguard",
"serde",
"serde_bytes",
"sha2 0.10.6",
"sha2 0.10.7",
"solana-account-decoder",
"solana-bpf-loader-program",
"solana-entry",
@ -6321,7 +6321,7 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
"sha2 0.10.6",
"sha2 0.10.7",
"sha3 0.10.4",
"solana-frozen-abi",
"solana-frozen-abi-macro",
@ -6733,7 +6733,7 @@ dependencies = [
"serde_derive",
"serde_json",
"serde_with",
"sha2 0.10.6",
"sha2 0.10.7",
"sha3 0.10.4",
"solana-frozen-abi",
"solana-frozen-abi-macro",

View File

@ -283,7 +283,7 @@ serde_json = "1.0.97"
serde_yaml = "0.9.21"
serial_test = "0.9.0"
serde_with = { version = "2.3.3", default-features = false }
sha2 = "0.10.6"
sha2 = "0.10.7"
sha3 = "0.10.4"
signal-hook = "0.3.15"
siphasher = "0.3.10"

View File

@ -1401,7 +1401,7 @@ dependencies = [
"derivation-path",
"ed25519-dalek",
"hmac 0.12.1",
"sha2 0.10.6",
"sha2 0.10.7",
]
[[package]]
@ -4285,9 +4285,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.10.6"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
@ -4846,7 +4846,7 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
"sha2 0.10.6",
"sha2 0.10.7",
"solana-frozen-abi-macro",
"subtle",
"thiserror",
@ -4984,7 +4984,7 @@ dependencies = [
"scopeguard",
"serde",
"serde_bytes",
"sha2 0.10.6",
"sha2 0.10.7",
"solana-account-decoder",
"solana-bpf-loader-program",
"solana-entry",
@ -5164,7 +5164,7 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
"sha2 0.10.6",
"sha2 0.10.7",
"sha3 0.10.4",
"solana-frozen-abi",
"solana-frozen-abi-macro",
@ -5909,7 +5909,7 @@ dependencies = [
"serde_derive",
"serde_json",
"serde_with",
"sha2 0.10.6",
"sha2 0.10.7",
"sha3 0.10.4",
"solana-frozen-abi",
"solana-frozen-abi-macro",