Update all crypto crates to their latest release; un-break blake2b.
This commit is contained in:
parent
8aa51bd047
commit
c1ff291c11
4 changed files with 9 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue