tokio-xmpp: update dependencies (jid, webpki-roots)
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7f1b98db8f
commit
a13f05037c
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@ tokio-stream = { version = "0.1", features = [] }
|
|||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
trust-dns-proto = "0.22"
|
||||
trust-dns-resolver = "0.22"
|
||||
xmpp-parsers = "0.19"
|
||||
xmpp-parsers = "0.20"
|
||||
minidom = "0.15"
|
||||
rxml = "0.9.1"
|
||||
webpki-roots = { version = "0.23", optional = true }
|
||||
webpki-roots = { version = "0.25", optional = true }
|
||||
rand = "^0.8"
|
||||
syntect = { version = "5", optional = true }
|
||||
|
||||
|
|
Loading…
Reference in a new issue