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

@ -16,11 +16,11 @@ license = "MPL-2.0"
minidom = "0.6.2"
jid = { version = "0.3.1", features = ["minidom"] }
base64 = "0.7.0"
digest = "0.6.0"
sha-1 = "0.4.0"
sha2 = "0.6.0"
sha3 = "0.6.0"
blake2 = "0.6.1"
digest = "0.7.1"
sha-1 = "0.7.0"
sha2 = "0.7.0"
sha3 = "0.7.0"
blake2 = "0.7.0"
chrono = "0.4.0"
try_from = "0.2.2"