Bump sha2 from 0.9.6 to 0.9.8 (#2746)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
This commit is contained in:
dependabot[bot] 2021-09-14 17:57:58 -04:00 committed by GitHub
parent e7cec3efc2
commit 9b3f6b3105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -40,7 +40,7 @@ ripemd160 = "0.9"
secp256k1 = { version = "0.20.3", features = ["serde"] } secp256k1 = { version = "0.20.3", features = ["serde"] }
serde = { version = "1", features = ["serde_derive", "rc"] } serde = { version = "1", features = ["serde_derive", "rc"] }
serde-big-array = "0.3.2" serde-big-array = "0.3.2"
sha2 = { version = "0.9.6", features=["compress"] } sha2 = { version = "0.9.8", features=["compress"] }
subtle = "2.4" subtle = "2.4"
thiserror = "1" thiserror = "1"
uint = "0.9.1" uint = "0.9.1"