From 655fc9ae682bc2b9730a622f3b9cb9586a3f0816 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 31 Oct 2017 21:35:07 +0000 Subject: [PATCH] Cargo.toml: Bump base64 to 0.7.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9db6539d..3a447e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MPL-2.0" [dependencies] minidom = "0.6.2" jid = { version = "0.3.0", features = ["minidom"] } -base64 = "0.6.0" +base64 = "0.7.0" digest = "0.6.0" sha-1 = "0.4.0" sha2 = "0.6.0"