Update to jid-rs 0.2.3, which implements IntoAttributeValue on Jid.
This commit is contained in:
parent
d55fa8e5dd
commit
99b9525e6f
12 changed files with 21 additions and 21 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue