From 46c2b384e2e576fe06ebdd6b63014d33abb97495 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 7 Mar 2022 13:15:08 +0100 Subject: [PATCH] xmpp: Bump xmpp-parsers --- xmpp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"