Change summary
tokio-xmpp/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -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 }