tokio-xmpp: update dependencies (jid, webpki-roots)

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-08-17 15:37:30 +02:00
parent 7f1b98db8f
commit a13f05037c

View file

@ -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 }