Update to jid-rs 0.2.3, which implements IntoAttributeValue on Jid.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-29 06:28:20 +01:00
commit 99b9525e6f
12 changed files with 21 additions and 21 deletions

View file

@ -14,7 +14,6 @@ license = "MPL-2.0"
[dependencies]
minidom = "0.4.4"
jid = "0.2.0"
base64 = "0.6.0"
digest = "0.6.0"
sha-1 = "0.4.0"
@ -23,3 +22,7 @@ sha3 = "0.6.0"
blake2 = "0.6.1"
chrono = "0.4.0"
try_from = "0.2.2"
[dependencies.jid]
version = "0.2.3"
features = ["minidom"]