diff --git a/nvd-model/Cargo.toml b/nvd-model/Cargo.toml index d23c071..8777224 100644 --- a/nvd-model/Cargo.toml +++ b/nvd-model/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "1.0" uuid = { version = "1.6.1", features = ["v4", "serde", "v7"] } serde_json = { version = "1", features = ["preserve_order"] } utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true } -utoipa-swagger-ui = { version = "6.0.0", features = ["actix-web"], optional = true } +utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"], optional = true } yew = { version = "0.21.0", features = ["csr"], optional = true } nvd-cves = { version = "0.1.1" } [features] diff --git a/nvd-server/Cargo.toml b/nvd-server/Cargo.toml index 0008fd0..4f06b6e 100644 --- a/nvd-server/Cargo.toml +++ b/nvd-server/Cargo.toml @@ -21,7 +21,7 @@ mysqlclient-sys = "0.2.5" thiserror = "1.0" env_logger = "0.11.1" utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true } -utoipa-swagger-ui = { version = "6.0.0", features = ["actix-web"], optional = true } +utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"], optional = true } nvd-model = { path = "../nvd-model", version = "0.0.0", features = ["db", "openapi"] } [features] openapi = ["utoipa", "utoipa-swagger-ui"]