From 9022b60735698aeff2dd8d57f3676274bbaf5ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:31:25 +0000 Subject: [PATCH] Update utoipa-swagger-ui requirement from 7 to 8 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-7.0.0...utoipa-swagger-ui-8.0.1) --- updated-dependencies: - dependency-name: utoipa-swagger-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- judger/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judger/Cargo.toml b/judger/Cargo.toml index 930b908..6e6aa48 100644 --- a/judger/Cargo.toml +++ b/judger/Cargo.toml @@ -22,7 +22,7 @@ actix-web = "4" # Openapi generate utoipa = { version = "4", features = ["actix_extras"] } -utoipa-swagger-ui = { version = "7", features = ["actix-web"] } +utoipa-swagger-ui = { version = "8", features = ["actix-web"] } # Support global variable lazy_static = "1.4"