Update all crypto crates to their latest release; un-break blake2b.

This commit is contained in:
Emmanuel Gil Peyrot 2017-11-15 18:37:28 +00:00
commit c1ff291c11
4 changed files with 9 additions and 15 deletions

View file

@ -26,7 +26,7 @@ extern crate minidom;
extern crate jid;
extern crate base64;
extern crate digest;
extern crate sha_1;
extern crate sha1;
extern crate sha2;
extern crate sha3;
extern crate blake2;