diff --git a/Cargo.lock b/Cargo.lock index ad7c3982..65546a12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3196,9 +3196,9 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "4.0.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "154517adf0d0b6e22e8e1f385628f14fcaa3db43531dc74303d3edef89d6dfe5" +checksum = "f839caa8e09dddc3ff1c3112a91ef7da0601075ba5025d9f33ae99c4cb9b6e51" dependencies = [ "actix-web", "mime_guess", diff --git a/server/Cargo.toml b/server/Cargo.toml index 556c8cf5..e07a32bc 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -75,7 +75,7 @@ ulid = "1.1.0" unleash-types = { version = "0.10", features = ["openapi", "hashes"] } unleash-yggdrasil = { version = "0.8.0" } utoipa = { version = "4.1.0", features = ["actix_extras", "chrono"] } -utoipa-swagger-ui = { version = "4", features = ["actix-web"] } +utoipa-swagger-ui = { version = "5", features = ["actix-web"] } [dev-dependencies] actix-http = "3.4.0" actix-http-test = "3.1.0"