Cargo.toml: Update the hashing libraries.

This commit is contained in:
Emmanuel Gil Peyrot 2017-06-27 22:25:13 +01:00
parent 244c9b2710
commit 6ea175ad2e

View file

@ -16,9 +16,9 @@ license = "MPL-2.0"
minidom = "0.4.3" minidom = "0.4.3"
jid = "0.2.0" jid = "0.2.0"
base64 = "0.6.0" base64 = "0.6.0"
digest = "0.5.0" digest = "0.6.0"
sha-1 = "0.3.0" sha-1 = "0.4.0"
sha2 = "0.5.0" sha2 = "0.6.0"
sha3 = "0.5.0" sha3 = "0.6.0"
blake2 = "0.5.0" blake2 = "0.6.0"
chrono = "0.4.0" chrono = "0.4.0"