From 6ccfae384fcd67b40f565b9157f111f3040260a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 9 Jun 2023 09:40:29 +0300 Subject: [PATCH] Update to idna 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aeb0432..3ca7a3d 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.3", optional = true } +idna = { version = "0.4", optional = true } unicase = { version = "2.6.0", default-features = false, optional = true } [dev-dependencies]