caps, ecaps2: Make Blake2b panic and update the blake2 crate to 0.6.1.
See https://github.com/RustCrypto/hashes/issues/34 for more information.
This commit is contained in:
parent
9e6e84fcb4
commit
83c9713ab9
3 changed files with 16 additions and 5 deletions
|
|
@ -20,6 +20,6 @@ digest = "0.6.0"
|
|||
sha-1 = "0.4.0"
|
||||
sha2 = "0.6.0"
|
||||
sha3 = "0.6.0"
|
||||
blake2 = "0.6.0"
|
||||
blake2 = "0.6.1"
|
||||
chrono = "0.4.0"
|
||||
try_from = "0.2.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue