From d4c118bad9f96604a44ee06fb8eb9de942041454 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 28 May 2017 01:50:08 +0100 Subject: [PATCH] update xmpp-parsers, needed by pending PRs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a5c30d8..673a37f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ gitlab = { repository = "lumi/xmpp-rs" } [dependencies] xml-rs = "0.4.1" -xmpp-parsers = "0.3.0" +xmpp-parsers = "0.4.0" openssl = "0.9.12" base64 = "0.5.2" minidom = "0.4.1"