From def9f3001908f8717fdb77ed9155c7f7f2fd0a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:03:30 +0000 Subject: [PATCH] chore(deps): bump url from 2.5.7 to 2.5.8 Bumps [url](https://github.com/servo/rust-url) from 2.5.7 to 2.5.8. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.7...v2.5.8) --- updated-dependencies: - dependency-name: url dependency-version: 2.5.8 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 ee897d1..8c7a802 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3902,9 +3902,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index 9da4b4d..0fbd5dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ libc = "0.2" hickory-resolver = "0.25" chashmap-async = "0.1.0" lru = "0.16" -url = "2.5.7" +url = "2.5.8" base64 = "0.22.1" hyper = { version = "1.8", features = ["http1", "http2", "server", "client"] } hyper-util = { version = "0.1", features = ["full"] }