From 0f131203f21c4ec4dbde7fa0abcfbede10ec1847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:12:45 +0800 Subject: [PATCH] build(deps): bump url from 2.5.7 to 2.5.8 in /rust (#184) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 49bbb63..198b9e5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6187,14 +6187,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 d870ff2..28838c8 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",