diff --git a/xmpp/Cargo.toml b/xmpp/Cargo.toml index c743e6f3..68be2477 100644 --- a/xmpp/Cargo.toml +++ b/xmpp/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" [dependencies] tokio-xmpp = "3.0.0" -xmpp-parsers = "0.18" +xmpp-parsers = "0.19" futures = "0.3" tokio = "1" log = "0.4"