From 99aa29547d1b32741d0c9799e2a790ce9ca8401a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:49:01 +0000 Subject: [PATCH] Bump idna from 1.0.1 to 1.0.2 Bumps [idna](https://github.com/servo/rust-url) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/idna-v1.0.1...idna-v1.0.2) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd8d94cb9..bca7d9b7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,9 +263,9 @@ dependencies = [ [[package]] name = "idna" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44a986806a1cc899952ba462bc1f28afbfd5850ab6cb030ccb20dd02cc527a24" +checksum = "bd69211b9b519e98303c015e21a007e293db403b6c85b9b124e133d25e242cdd" dependencies = [ "icu_normalizer", "icu_properties", @@ -431,7 +431,7 @@ dependencies = [ "base64", "enum_dispatch", "hex", - "idna 1.0.1", + "idna 1.0.2", "jiter", "num-bigint", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 915391fa2..885d03d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ smallvec = "1.13.2" ahash = "0.8.10" url = "2.5.0" # idna is already required by url, added here to be explicit -idna = "1.0.1" +idna = "1.0.2" base64 = "0.22.1" num-bigint = "0.4.6" python3-dll-a = "0.2.10"