caps, ecaps2: Update to RustCrypto 0.8.

This commit is contained in:
Emmanuel Gil Peyrot 2018-10-12 17:23:34 +02:00
commit 9cb4f00341
3 changed files with 17 additions and 25 deletions

View file

@ -16,11 +16,11 @@ license = "MPL-2.0"
minidom = "0.9.1"
jid = { version = "0.5.2", features = ["minidom"] }
base64 = "0.9.2"
digest = "0.7.5"
sha-1 = "0.7.0"
sha2 = "0.7.1"
sha3 = "0.7.3"
blake2 = "0.7.1"
digest = "0.8"
sha-1 = "0.8"
sha2 = "0.8"
sha3 = "0.8"
blake2 = "0.8"
chrono = "0.4.5"
try_from = "0.2.2"