From c740fedefc19272d686af77774780844329ffbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:03:22 +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 169ea6f..5a939fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2204,9 +2204,9 @@ dependencies = [ [[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 0906335..2901253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ base64 = "0.22.1" md-5 = "0.10.6" ratatui = { version = "0.29.0", features = ["all-widgets"] } crossterm = "0.29.0" -url = "2.5.7" +url = "2.5.8" color-eyre = "0.6.5" enum_dispatch = "0.3.13" derive_builder = "0.20.1"