From d48473648be4c48b2ffa49c41ff76b4fe7219904 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 18 Dec 2018 16:35:08 +0100 Subject: [PATCH] Bump minidom dependency to 0.10. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5f77215f2501f0a3e294c1154ee9ae478e7a048..9d1aeed54e06c42cdf43191af739fce6c2329301 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ gitlab = { repository = "xmpp-rs/jid-rs" } [dependencies] failure = "0.1.1" failure_derive = "0.1.1" -minidom = { version = "0.9.1", optional = true } +minidom = { version = "0.10", optional = true }