Cargo.toml: Update the jid crate to 0.2.0, which implements From<JID> on String.
This commit is contained in:
parent
c81509744f
commit
5e802b457e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
|||
|
||||
[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"
|
||||
|
|
Loading…
Reference in a new issue