Make a note to update to the crates.io version of sha2 when available

This commit is contained in:
Deirdre Connolly 2020-03-27 03:20:32 -04:00 committed by Deirdre Connolly
parent fa1fa60531
commit 6e4c80c6f3
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ rand_core = "0.5.1"
ripemd160 = "0.8.0"
secp256k1 = { version = "0.17.2", features = ["serde"] }
serde = { version = "1", features = ["serde_derive"] }
# TODO: update to crates.io version when available, #326
sha2 = {git="https://github.com/RustCrypto/hashes", rev="30b416a", features=["compress"]}
thiserror = "1"
x25519-dalek = "0.6"