diff --git a/xmpp/Cargo.toml b/xmpp/Cargo.toml index 4f22aba4..c86e8668 100644 --- a/xmpp/Cargo.toml +++ b/xmpp/Cargo.toml @@ -14,7 +14,7 @@ license = "MPL-2.0" edition = "2018" [dependencies] -tokio-xmpp = "3.0.0" +tokio-xmpp = "3.2" xmpp-parsers = "0.19" futures = "0.3" tokio = { version = "1", features = ["fs"] }