From dc1c0812911c253db2c096a4080ab7885c4adb3e Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:53:27 +0000 Subject: [PATCH] Update Rust crate `url` to v2.5.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98ad0248723..dbf7f0a3c93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8309,9 +8309,9 @@ dependencies = [ [[package]] name = "url" -version = "2.5.3" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", "idna 1.0.3", diff --git a/Cargo.toml b/Cargo.toml index 61a9ae31288..4279c03ee19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ tower-service = { version = "=0.3.3", default-features = false } tracing-appender = { version = "=0.2.3", default-features = false } tracing-core = { version = "=0.1.32", default-features = false } tracing-subscriber = { version = "=0.3.18", default-features = false } -url = { version = "=2.5.3", default-features = false } +url = { version = "=2.5.4", default-features = false } utoipa = { version = "=4.2.3", default-features = false } uuid = { version = "=1.11.0", default-features = false }