diff --git a/Cargo.lock b/Cargo.lock index aced9cb..b748bfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3018,9 +3018,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 1d831c9..4d10fb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "2.0.3" tokio = { version = "1.41.1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -url = "2.5.3" +url = "2.5.4" utoipa = { version = "5.2.0", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "8.0.3", features = ["axum", "reqwest"] } uuid = { version = "1.11.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }