From c4134d3401cf6506a661689085eae13574851f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 07:05:17 +0000 Subject: [PATCH] Update utoipa-swagger-ui requirement from 6.0.0 to 7.1.0 Updates the requirements on [utoipa-swagger-ui](https://github.com/juhaku/utoipa) to permit the latest version. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-swagger-ui-6.0.0...utoipa-swagger-ui-7.1.0) --- updated-dependencies: - dependency-name: utoipa-swagger-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nvd-model/Cargo.toml | 2 +- nvd-server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 774dab3..704f22d 100644 --- a/nvd-server/Cargo.toml +++ b/nvd-server/Cargo.toml @@ -21,7 +21,7 @@ mysqlclient-sys = "0.3.1" 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"]