parsers: Update jid dependency
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
d44457eb3f
commit
3c10a09091
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
minidom = "0.15"
|
||||
jid = { version = "0.9", features = ["minidom"] }
|
||||
jid = { version = "0.10", features = ["minidom"] }
|
||||
base64 = "0.21"
|
||||
digest = "0.10"
|
||||
sha1 = "0.10"
|
||||
|
|
Loading…
Reference in a new issue