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"] }
Maxime “pep” Buquet created
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
xmpp/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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"] }