chore: bump sha2 from 0.9.6 to 0.9.8 (#19760)

* chore: bump sha2 from 0.9.6 to 0.9.8

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.6 to 0.9.8.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.6...sha2-v0.9.8)

---
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] 2021-09-11 16:22:40 -06:00 committed by GitHub
parent 0f76077969
commit 857fce13f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 18 deletions

26
Cargo.lock generated
View File

@ -1203,7 +1203,7 @@ dependencies = [
"rand 0.7.3",
"serde",
"serde_bytes",
"sha2 0.9.6",
"sha2 0.9.8",
"zeroize",
]
@ -1217,7 +1217,7 @@ dependencies = [
"ed25519-dalek",
"failure",
"hmac 0.9.0",
"sha2 0.9.6",
"sha2 0.9.8",
]
[[package]]
@ -2316,7 +2316,7 @@ dependencies = [
"libsecp256k1-gen-genmult",
"rand 0.7.3",
"serde",
"sha2 0.9.6",
"sha2 0.9.8",
"typenum",
]
@ -2335,7 +2335,7 @@ dependencies = [
"libsecp256k1-gen-genmult",
"rand 0.7.3",
"serde",
"sha2 0.9.6",
"sha2 0.9.8",
"typenum",
]
@ -3996,9 +3996,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.9.6"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3"
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
@ -4649,7 +4649,7 @@ dependencies = [
"rustc_version 0.2.3",
"serde",
"serde_derive",
"sha2 0.9.6",
"sha2 0.9.8",
"solana-frozen-abi-macro 1.7.6",
"solana-logger 1.7.6",
"thiserror",
@ -4667,7 +4667,7 @@ dependencies = [
"rustc_version 0.4.0",
"serde",
"serde_derive",
"sha2 0.9.6",
"sha2 0.9.8",
"solana-frozen-abi-macro 1.8.0",
"solana-logger 1.8.0",
"thiserror",
@ -4844,7 +4844,7 @@ dependencies = [
"rustc_version 0.4.0",
"serde",
"serde_bytes",
"sha2 0.9.6",
"sha2 0.9.8",
"solana-account-decoder",
"solana-bpf-loader-program",
"solana-entry",
@ -5152,7 +5152,7 @@ dependencies = [
"serde",
"serde_bytes",
"serde_derive",
"sha2 0.9.6",
"sha2 0.9.8",
"sha3",
"solana-frozen-abi 1.7.6",
"solana-frozen-abi-macro 1.7.6",
@ -5188,7 +5188,7 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
"sha2 0.9.6",
"sha2 0.9.8",
"sha3",
"solana-frozen-abi 1.8.0",
"solana-frozen-abi-macro 1.8.0",
@ -5452,7 +5452,7 @@ dependencies = [
"serde_bytes",
"serde_derive",
"serde_json",
"sha2 0.9.6",
"sha2 0.9.8",
"sha3",
"solana-crate-features",
"solana-frozen-abi 1.8.0",
@ -6225,7 +6225,7 @@ dependencies = [
"pbkdf2 0.4.0",
"rand 0.7.3",
"rustc-hash",
"sha2 0.9.6",
"sha2 0.9.8",
"thiserror",
"unicode-normalization",
"zeroize",

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.6"
sha2 = "0.9.8"
solana-frozen-abi-macro = { path = "macro", version = "=1.8.0" }
thiserror = "1.0"

View File

@ -28,7 +28,7 @@ rand_chacha = "0.2.2"
rayon = "1.5.1"
serde = "1.0.130"
serde_bytes = "0.11.5"
sha2 = "0.9.6"
sha2 = "0.9.8"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.8.0" }
solana-entry = { path = "../entry", version = "=1.8.0" }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.8.0" }

View File

@ -2332,9 +2332,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.9.6"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3"
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
dependencies = [
"block-buffer",
"cfg-if 1.0.0",

View File

@ -70,7 +70,7 @@ serde = "1.0.130"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.67", optional = true }
sha2 = "0.9.6"
sha2 = "0.9.8"
sha3 = { version = "0.9.1", optional = true }
solana-crate-features = { path = "../crate-features", version = "=1.8.0", optional = true }
solana-logger = { path = "../logger", version = "=1.8.0", optional = true }