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:
Emmanuel Gil Peyrot 2017-07-24 23:11:10 +01:00
commit 83c9713ab9
3 changed files with 16 additions and 5 deletions

View file

@ -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"