diff --git a/Cargo.lock b/Cargo.lock index 640cf4d..ece1a08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3588,11 +3588,12 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "8.0.3" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5c80b4dd79ea382e8374d67dcce22b5c6663fa13a82ad3886441d1bbede5e35" +checksum = "db4b5ac679cc6dfc5ea3f2823b0291c777750ffd5e13b21137e0f7ac0e8f9617" dependencies = [ "axum", + "base64 0.22.1", "mime_guess", "regex", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index aa9a249..e085f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,5 +53,5 @@ tracing = "0.1.41" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } url = "2.5.4" utoipa = { version = "5.3.0", features = ["axum_extras", "uuid", "chrono", "macros"] } -utoipa-swagger-ui = { version = "8.0.3", features = ["axum", "reqwest"] } +utoipa-swagger-ui = { version = "8.1.0", features = ["axum", "reqwest"] } uuid = { version = "1.11.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }