From 9cd34901002d6405f7746ce11f7e34c757f5fe02 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 27 Dec 2017 17:35:29 +0100 Subject: [PATCH] Cargo.toml: Bump base64 version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 713b00a0..f27dae87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MPL-2.0" [dependencies] minidom = { version = "0.7.0" } jid = { version = "0.4.0", features = ["minidom"] } -base64 = "0.7.0" +base64 = "0.9.0" digest = "0.7.1" sha-1 = "0.7.0" sha2 = "0.7.0"