From 3d8a1c9e3c5619d837766809c17af4d34f1e2894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:31:41 +0000 Subject: [PATCH] Update utoipa requirement from 4 to 5 Updates the requirements on [utoipa](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-4.0.0...utoipa-5.1.1) --- updated-dependencies: - dependency-name: utoipa 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..a3d9ea5 100644 --- a/judger/Cargo.toml +++ b/judger/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1", features = ["full"] } actix-web = "4" # Openapi generate -utoipa = { version = "4", features = ["actix_extras"] } +utoipa = { version = "5", features = ["actix_extras"] } utoipa-swagger-ui = { version = "7", features = ["actix-web"] } # Support global variable