From a13f05037cd7f08f22c6c5e1c6ba0f336c89ecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 17 Aug 2023 15:37:30 +0200 Subject: [PATCH] tokio-xmpp: update dependencies (jid, webpki-roots) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- tokio-xmpp/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 1fc7da70..920893b0 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -25,10 +25,10 @@ tokio-stream = { version = "0.1", features = [] } tokio-util = { version = "0.7", features = ["codec"] } trust-dns-proto = "0.22" trust-dns-resolver = "0.22" -xmpp-parsers = "0.19" +xmpp-parsers = "0.20" minidom = "0.15" rxml = "0.9.1" -webpki-roots = { version = "0.23", optional = true } +webpki-roots = { version = "0.25", optional = true } rand = "^0.8" syntect = { version = "5", optional = true }