From 0ae044b0d56bc96fc425b93b139fdf16ad96f609 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 25 Jul 2018 00:23:23 +0200 Subject: [PATCH] Bump minidom dependency to 0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a5c09c8..f1fa8176 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.8.0", optional = true } +minidom = { version = "0.9.1", optional = true }