From 8ee73e3a31569e781994aafac346e0417cca22df Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 11 Jun 2017 15:46:31 +0100 Subject: [PATCH] bump base64, improves performances and reduces unsafe code --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ff406d5..e1093280 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ gitlab = { repository = "lumi/xmpp-rs" } xml-rs = "0.4.1" xmpp-parsers = "0.5.0" openssl = "0.9.12" -base64 = "0.5.2" +base64 = "0.6.0" minidom = "0.4.1" jid = "0.2.1" sasl = "0.4.0"