From 2a12745bafd13f8172276f7062eb1c47e43af78c Mon Sep 17 00:00:00 2001 From: Valentin Gosu Date: Mon, 5 Jun 2023 11:43:44 +0300 Subject: [PATCH] Update idna to 0.4.0 --- idna/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idna/Cargo.toml b/idna/Cargo.toml index 7fd9a53f1..0d0c750b3 100644 --- a/idna/Cargo.toml +++ b/idna/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "idna" -version = "0.3.0" +version = "0.4.0" authors = ["The rust-url developers"] description = "IDNA (Internationalizing Domain Names in Applications) and Punycode." categories = ["no_std"]