From 5e802b457efb52a78bef37ff0bbf5fbd0db2007c Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 23 Apr 2017 16:30:41 +0100 Subject: [PATCH] Cargo.toml: Update the jid crate to 0.2.0, which implements From on String. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f513c3b4..262fe7e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Emmanuel Gil Peyrot "] [dependencies] minidom = "0.1.1" -jid = "0.1.0" +jid = "0.2.0" base64 = "0.4.1" sha2 = "0.5.0" sha3 = "0.5.0"