diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 1fc7da70..920893b0 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -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 }