diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 30da7fb5..795bac8f 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "3.1.0" +version = "3.2.0" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg ", "SonnyX ", "Paul Fariello "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" @@ -26,7 +26,7 @@ tokio-util = { version = "0.6", features = ["codec"] } trust-dns-proto = "0.20" trust-dns-resolver = "0.20" xmpp-parsers = "0.19" -minidom = "0.14" +minidom = "0.15" rxml = "^0.8.0" webpki-roots = { version = "0.22", optional = true }