Cargo.toml: Update the jid crate to 0.2.0, which implements From<JID> on String.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-23 16:30:41 +01:00
parent c81509744f
commit 5e802b457e

View file

@ -5,7 +5,7 @@ authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
[dependencies] [dependencies]
minidom = "0.1.1" minidom = "0.1.1"
jid = "0.1.0" jid = "0.2.0"
base64 = "0.4.1" base64 = "0.4.1"
sha2 = "0.5.0" sha2 = "0.5.0"
sha3 = "0.5.0" sha3 = "0.5.0"