From 7314e34dd945c55d0db9db8f8c0d0df8fabdb426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:01:36 +0000 Subject: [PATCH] Bump idna from 1.0.3 to 1.1.0 Bumps [idna](https://github.com/servo/rust-url) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/commits) --- updated-dependencies: - dependency-name: idna dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1cb9fd..752f467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -662,9 +662,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ "idna_adapter", "smallvec", diff --git a/Cargo.toml b/Cargo.toml index a7177b9..a65ea7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ time = { version = "0.3.41", features = ["serde", "serde-human-readable", "std", pancurses = "0.17.0" base64 = "0.22" percent-encoding = "2.3" -idna = "1.0" +idna = "1.1" cursive = { version = "0.21.1", default-features = false, features = ["pancurses-backend", "toml"] } crossbeam-channel = "0.5.15" regex = "1"