From 85bdcdb13167cf0863fdd2fafac73b2b6dfc18e2 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 20 Jun 2023 18:37:49 +0200 Subject: [PATCH] tokio-xmpp: Bump idna dependency --- tokio-xmpp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 1a971436..1fc7da70 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] bytes = "1" futures = "0.3" -idna = "0.3" +idna = "0.4" log = "0.4" native-tls = { version = "0.2", optional = true } sasl = "0.5"