From 62c16e90ef187776b5dafa0c68872a4e70bf95e5 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Thu, 23 Nov 2023 09:23:25 +0100 Subject: [PATCH] Bump idna to v0.5 (#918) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56131ab..96dd57e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ maintenance = { status = "actively-developed" } [dependencies] chumsky = "0.9" -idna = "0.4" +idna = "0.5" once_cell = { version = "1", optional = true } tracing = { version = "0.1.16", default-features = false, features = ["std"], optional = true } # feature