From 9085b586a51c39cfd6bfece5f54229136c7da76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:44:19 +0000 Subject: [PATCH] Update utoipa-swagger-ui requirement from 6.0.0 to 8.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) - [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-swagger-ui-6.0.0...utoipa-swagger-ui-8.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 0bb7e5c..1621064 100644 --- a/nvd-model/Cargo.toml +++ b/nvd-model/Cargo.toml @@ -21,7 +21,7 @@ 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-swagger-ui = { version = "6.0.0", features = ["actix-web"], optional = true } +utoipa-swagger-ui = { version = "8.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 2a9253c..84a5952 100644 --- a/nvd-server/Cargo.toml +++ b/nvd-server/Cargo.toml @@ -21,7 +21,7 @@ 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-swagger-ui = { version = "6.0.0", features = ["actix-web"], optional = true } +utoipa-swagger-ui = { version = "8.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"]