From f627d37a752ffbb9cd606932e55e2bfa371937cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:13:07 +0000 Subject: [PATCH] build(deps): update idna_adapter requirement from =1.2.0 to =1.2.2 Updates the requirements on [idna_adapter](https://github.com/hsivonen/idna_adapter) to permit the latest version. - [Commits](https://github.com/hsivonen/idna_adapter/compare/v1.2.0...v1.2.2) --- updated-dependencies: - dependency-name: idna_adapter dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da01421..6e17ccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ harness = false [dev-dependencies] # MSRV pin - newer idna_adapter requires rust 1.88 -idna_adapter = "=1.2.0" +idna_adapter = "=1.2.2" regex = "1" anyhow = "1" bgpkit-broker = "0.12"