From 023ba2b9f0dfc1dc9a96e84d7c820e91caea7580 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 27 Dec 2017 16:52:28 +0100 Subject: [PATCH] Cargo.toml: Bump minidom and jid. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4cf04e74..713b00a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ categories = ["parsing", "network-programming"] license = "MPL-2.0" [dependencies] -minidom = "0.6.2" -jid = { version = "0.3.1", features = ["minidom"] } +minidom = { version = "0.7.0" } +jid = { version = "0.4.0", features = ["minidom"] } base64 = "0.7.0" digest = "0.7.1" sha-1 = "0.7.0"