From 275719a204f766fcfa841f5ac93f3c6913869522 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 14 Aug 2017 23:32:27 +0200 Subject: [PATCH] bump minidom dependency version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 164e39dc..44e55843 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ license = "LGPL-3.0+" gitlab = { repository = "lumi/jid-rs" } [dependencies] -minidom = { version = "0.4.4", optional = true } +minidom = { version = "0.6.0", optional = true }