From 04ec34bed8dcb040967bbe246675ea3b04904f46 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 27 Aug 2017 01:48:28 +0100 Subject: [PATCH] Cargo.toml: Update minidom to 0.6.2 and jid to 0.3.0. --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a7011854..2318f0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,8 @@ categories = ["parsing", "network-programming"] license = "MPL-2.0" [dependencies] -minidom = "0.4.4" +minidom = "0.6.2" +jid = { version = "0.3.0", features = ["minidom"] } base64 = "0.6.0" digest = "0.6.0" sha-1 = "0.4.0" @@ -23,10 +24,6 @@ blake2 = "0.6.1" chrono = "0.4.0" try_from = "0.2.2" -[dependencies.jid] -version = "0.2.3" -features = ["minidom"] - [features] # Build xmpp-parsers to make components instead of clients. component = []