From ee2f311447bce8d927a937d6c6d8a919c60ce358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 30 Apr 2017 17:51:44 +0100 Subject: [PATCH] Update dep jid-rs to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac0a42dd..6f33fd10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ xml-rs = "0.3.6" openssl = "0.9.7" base64 = "0.4.0" minidom = "0.2.0" -jid = "0.1.0" +jid = "0.2.0" sasl = "0.3.0" [features]