diff --git a/Cargo.lock b/Cargo.lock index 51126d97..45843896 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4808,9 +4808,9 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "8.1.1" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "040cad8bd8de63f3d028e08e5b39be49d68f8a646e99f4aea2e2d4d82c34b21f" +checksum = "161166ec520c50144922a625d8bc4925cc801b2dda958ab69878527c0e5c5d61" dependencies = [ "actix-web", "base64 0.22.1", diff --git a/server/Cargo.toml b/server/Cargo.toml index e51e433a..2686b81b 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -98,7 +98,7 @@ ulid = "1.1.4" unleash-types = { version = "0.15.4", features = ["openapi", "hashes"] } unleash-yggdrasil = { version = "0.14.6" } utoipa = { version = "5.3.1", features = ["actix_extras", "chrono"] } -utoipa-swagger-ui = { version = "8.1.1", features = ["actix-web"] } +utoipa-swagger-ui = { version = "9.0.0", features = ["actix-web"] } [dev-dependencies] actix-http = "3.9.0" actix-http-test = "3.2.0"