From 91e181236127eae71e490437e31d849225a6ce26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:41:07 +0000 Subject: [PATCH] build(deps): bump url from 2.5.7 to 2.5.8 in /rust 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] --- rust/Cargo.lock | 5 +++-- rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8e72380..425cac8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6230,14 +6230,15 @@ 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", "percent-encoding", "serde", + "serde_derive", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7aa6b4a..52a7d27 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1.49.0", features = [ futures = { version = "0.3.31", default-features = false, features = [ "executor", ] } -url = "2.5.7" +url = "2.5.8" once_cell = "1.21.3" reqwest = { version = "0.12.26", features = [ "rustls-tls-webpki-roots",