From ade8bc1f506a917ed21e1fe9ea85c74cd07b0180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Mon, 4 Nov 2024 16:29:41 +0100 Subject: [PATCH] Update to idna 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4e538f..7c0ab4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ psl-types = "2.0.11" # Optional dependencies hashbrown = { version = "0.12.3", features = ["inline-more"], optional = true } -idna = { version = "0.5", optional = true } +idna = { version = "1.0", optional = true } unicase = { version = "2.6.0", default-features = false, optional = true } [dev-dependencies]