From 31f78b9f5f3a8f0d1839c64104abd132bfee07ee Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 30 Apr 2017 02:07:12 +0100 Subject: [PATCH] update to the latest xml-rs and minidom --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 66090bc..ac855fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,10 @@ license = "LGPL-3.0+" gitlab = { repository = "lumi/xmpp-rs" } [dependencies] -xml-rs = "0.3.6" +xml-rs = "0.4.1" openssl = "0.9.7" base64 = "0.5.2" -minidom = "0.2.0" +minidom = "0.3.0" jid = "0.2.0" sasl = "0.3.0" sha-1 = "0.3.2"