From dda2368b2684d359003319b4aaf4242e44272c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:40:46 +0000 Subject: [PATCH] chore(deps): bump idna from 1.0.0 to 1.0.1 Bumps [idna](https://github.com/servo/rust-url) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v1.0.0...idna-v1.0.1) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc30493bab0c..1827fd2cedf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1665,9 +1665,9 @@ dependencies = [ [[package]] name = "idna" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" +checksum = "44a986806a1cc899952ba462bc1f28afbfd5850ab6cb030ccb20dd02cc527a24" dependencies = [ "icu_normalizer", "icu_properties", @@ -3285,7 +3285,7 @@ dependencies = [ "http-body-util", "httparse", "hyper", - "idna 1.0.0", + "idna 1.0.1", "ipnet", "iprange", "json5",