From ff165d745d27bb06c144eac9e5073e22524e8359 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 23 Jul 2017 23:53:08 +0200 Subject: [PATCH] Cargo.toml: update minidom to 0.4.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42de0ff..b5d8eee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ tokio-io = "*" bytes = "0.4.4" xml5ever = "*" tendril = "*" -minidom = "0.4.3" +minidom = "0.4.4" native-tls = "*" tokio-tls = "*" sasl = "*"