diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 9da7bdd9..a8ca13b9 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-xmpp" -version = "2.0.0" +version = "3.0.0" authors = ["Astro ", "Emmanuel Gil Peyrot ", "pep ", "O01eg ", "SonnyX ", "Paul Fariello "] description = "Asynchronous XMPP for Rust with tokio" license = "MPL-2.0" diff --git a/xmpp/Cargo.toml b/xmpp/Cargo.toml index 2f6abfe0..3eaaecbc 100644 --- a/xmpp/Cargo.toml +++ b/xmpp/Cargo.toml @@ -14,7 +14,7 @@ license = "MPL-2.0" edition = "2018" [dependencies] -tokio-xmpp = "2.0.0" +tokio-xmpp = "3.0.0" xmpp-parsers = "0.18" futures = "0.3" tokio = "1"