Skip to content

Commit

Permalink
Upgrade sha2 to 0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed May 24, 2020
1 parent ce78fb3 commit 8d29d05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
21 changes: 5 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,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"]}
sha2 = { version = "0.8.2", features=["compress"] }
thiserror = "1"
x25519-dalek = "0.6"
# ZF deps
Expand Down

0 comments on commit 8d29d05

Please sign in to comment.