From 6ea175ad2ed16596e13a699826dffb49f7633f83 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 27 Jun 2017 22:25:13 +0100 Subject: [PATCH] Cargo.toml: Update the hashing libraries. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 224ace7d..ac9eae51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ license = "MPL-2.0" minidom = "0.4.3" jid = "0.2.0" base64 = "0.6.0" -digest = "0.5.0" -sha-1 = "0.3.0" -sha2 = "0.5.0" -sha3 = "0.5.0" -blake2 = "0.5.0" +digest = "0.6.0" +sha-1 = "0.4.0" +sha2 = "0.6.0" +sha3 = "0.6.0" +blake2 = "0.6.0" chrono = "0.4.0"