From 815bd517cc88b12634970bc1dd33804fb995cc7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:40:35 +0000 Subject: [PATCH] chore(deps): bump url from 2.5.4 to 2.5.5 Bumps [url](https://github.com/servo/rust-url) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5) --- updated-dependencies: - dependency-name: url dependency-version: 2.5.5 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 d6b9223..f29bd0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,9 +909,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.4" +version = "2.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +checksum = "ec961601b32b6f5d14ae8dabd35ff2ff2e2c6cb4c0e6641845ff105abe96d958" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index bb1fb75..0895c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ percent-encoding = "2.3" rcgen = { version = "0.14.3", default-features = false, features = ["ring"] } tokio-rustls = { version = "0.26.2", default-features = false, features = ["logging", "ring", "tls12"] } tokio = { version = "1.47", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } -url = "2.5.4" +url = "2.5.5" [dev-dependencies] trotter = "1.0"