build(deps): bump sha2 from 0.9.2 to 0.9.3

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.2...sha2-v0.9.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-01 10:01:15 +00:00 committed by Deirdre Connolly
parent 3861a85cc5
commit 25b6491929
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2836,9 +2836,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",

View File

@ -30,7 +30,7 @@ ripemd160 = "0.8.0"
secp256k1 = { version = "0.20.1", features = ["serde"] }
serde = { version = "1", features = ["serde_derive", "rc"] }
serde-big-array = "0.3.1"
sha2 = { version = "0.9.2", features=["compress"] }
sha2 = { version = "0.9.3", features=["compress"] }
thiserror = "1"
x25519-dalek = { version = "1.1", features = ["serde"] }