From c1e62cf69bb833d477d0fa0b53d4def10ab841c8 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 23 May 2017 23:28:56 +0100 Subject: [PATCH] Cargo.toml: Update minidom, probably nice things in it! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59cafb26..41d4a464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = ["parsing", "network-programming"] license = "MPL-2.0" [dependencies] -minidom = "0.3.1" +minidom = "0.4.1" jid = "0.2.0" base64 = "0.5.0" digest = "0.5.0"