From 55d3e2f304a7fb2aee5a8ae982fe2e92e83dc951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 04:41:38 +0000 Subject: [PATCH] build(deps): bump url from 2.5.6 to 2.5.7 Bumps [url](https://github.com/servo/rust-url) from 2.5.6 to 2.5.7. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/commits) --- updated-dependencies: - dependency-name: url dependency-version: 2.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2b9c283fd..3eb1bcccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6813,9 +6813,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.6" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "137a3c834eaf7139b73688502f3f1141a0337c5d8e4d9b536f9b8c796e26a7c4" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index 255d2c35f..05f01e8b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -698,7 +698,7 @@ version = "0.2.3" # URL manipulation [workspace.dependencies.url] -version = "2.5.6" +version = "2.5.7" features = ["serde"] # URL encoding