diff --git a/Cargo.lock b/Cargo.lock index 2fd75d2..b0c55b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,9 +2879,9 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "8.0.0" +version = "8.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0800ca865caaff4484adca065a77927a801bd9c48879f0451ec08846eb6a12b" +checksum = "1054c946332dfc6e4bc31f704aa714fcbed73e9f412dd939f9ed86869e6304c3" dependencies = [ "axum", "mime_guess", diff --git a/Cargo.toml b/Cargo.toml index 56e91da..2f53c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,5 +30,5 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } url = "2.5.2" utoipa = { version = "5.1.1", features = ["axum_extras", "uuid", "chrono", "macros"] } -utoipa-swagger-ui = { version = "8.0.0", features = ["axum", "reqwest"] } +utoipa-swagger-ui = { version = "8.0.2", features = ["axum", "reqwest"] } uuid = { version = "1.11.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }