diff --git a/Cargo.lock b/Cargo.lock index c72a2e1..83b1320 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3697,14 +3697,15 @@ 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", "percent-encoding", "serde", + "serde_derive", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ff01af7..75e0045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ tokio-stream = "0.1.18" tower-http = { version = "0.6.8", features = ["cors"] } tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } -url = "2.5.4" +url = "2.5.8" utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum", "reqwest"] } uuid = { version = "1.19.0", features = ["v7", "serde"] }