From 0e2a6271e12118b35185251f36dd4d20a1f01566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:25:29 +0000 Subject: [PATCH] Bump url from 2.5.7 to 2.5.8 in the cargo-updates group Bumps the cargo-updates group with 1 update: [url](https://github.com/servo/rust-url). Updates `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 dependency-group: cargo-updates ... 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 129a9df..e82eab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2493,9 +2493,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 2805704..9721ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ tokio = { version = "1.49.0", features = ["full"] } tokio-stream = { version="0.1.18", features = ["sync"] } tonic = "0.14.2" tower = "0.5.2" -url = "2.5.7" +url = "2.5.8" uuid = { version = "1.19.0", features = ["v4"] } pbjson = "0.9.0" pbjson-types = "0.9.0"