From 3d40b0855f7655eb49ecd40a7c625a4fd606ffaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:11:23 +0000 Subject: [PATCH] deps: update idna_adapter requirement from =1.2.1 to =1.2.2 in /backend 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.1...v1.2.2) --- updated-dependencies: - dependency-name: idna_adapter dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 9f61c16..5e2a218 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -35,7 +35,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } uuid = { version = "1.4", features = ["v4", "fast-rng", "macro-diagnostics"] } infer = "0.19" url = "2.5" -idna_adapter = "=1.2.1" +idna_adapter = "=1.2.2" regex = { version = "1.10", default-features = false, features = ["std"] } anyhow = "1.0" time = "0.3"