diff --git a/nvd-model/Cargo.toml b/nvd-model/Cargo.toml index 0bb7e5c..a318570 100644 --- a/nvd-model/Cargo.toml +++ b/nvd-model/Cargo.toml @@ -20,7 +20,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] } thiserror = "2.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 = { version = "5.3.1", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true } utoipa-swagger-ui = { version = "6.0.0", features = ["actix-web"], optional = true } yew = { version = "0.21.0", features = ["csr"], optional = true } nvd-cves = { version = "0.1.1" } diff --git a/nvd-server/Cargo.toml b/nvd-server/Cargo.toml index 2a9253c..ff0d3bd 100644 --- a/nvd-server/Cargo.toml +++ b/nvd-server/Cargo.toml @@ -20,7 +20,7 @@ actix-cors = "0.7.0" mysqlclient-sys = "0.4.0" thiserror = "2.0" env_logger = "0.11.1" -utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true } +utoipa = { version = "5.3.1", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true } utoipa-swagger-ui = { version = "6.0.0", features = ["actix-web"], optional = true } nvd-model = { path = "../nvd-model", version = "0.0.0", features = ["db", "openapi"] } [features]