From ebbfb1b381db9af46e5f7b05dc1dbe488ecd8ad2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 04:08:05 +0000 Subject: [PATCH] Update Rust crate url to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7302ee53..d8f79f6fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ reqwest = "0.9" failure = "0.1" serde = "1" serde_derive = "1" -url = "1" +url = "2" itertools = "0.7" log = "0.4" percent-encoding = "1"