From 7c4d8d89116e4248ab731539b3b6589893fc3c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 06:46:49 +0000 Subject: [PATCH] build(deps): update utoipa-swagger-ui requirement from =3.1.3 to =9.0.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-3.1.3...utoipa-swagger-ui-9.0.0) --- updated-dependencies: - dependency-name: utoipa-swagger-ui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bot_controller/Cargo.toml | 2 +- common/Cargo.toml | 2 +- sc2_controller/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bot_controller/Cargo.toml b/bot_controller/Cargo.toml index 1fba05b..0d7acb6 100644 --- a/bot_controller/Cargo.toml +++ b/bot_controller/Cargo.toml @@ -22,7 +22,7 @@ tracing = "0.1" tracing-appender = "0.2.2" urlencoding = "2.1.2" utoipa = { version = "=3.2.1", features = ["axum_extras"], optional = true } -utoipa-swagger-ui = { version = "=3.1.3", features = ["axum"], optional = true } +utoipa-swagger-ui = { version = "=9.0.0", features = ["axum"], optional = true } tempfile = "3.3.0" [features] diff --git a/common/Cargo.toml b/common/Cargo.toml index beef404..b587b9b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } url = "2.3.1" urlencoding = "2.1.2" utoipa = { version = "=3.2.1", features = ["axum_extras"], optional = true } -utoipa-swagger-ui = { version = "=3.1.3" , features = ["axum"], optional = true } +utoipa-swagger-ui = { version = "=9.0.0" , features = ["axum"], optional = true } [features] swagger = ["utoipa", "utoipa-swagger-ui"] diff --git a/sc2_controller/Cargo.toml b/sc2_controller/Cargo.toml index 710b9d7..3fb7343 100644 --- a/sc2_controller/Cargo.toml +++ b/sc2_controller/Cargo.toml @@ -19,7 +19,7 @@ tower-http = { version = "0.4.0", features=["trace"] } tracing = "0.1" tracing-appender = "0.2.2" utoipa = { version = "=3.2.1" , features = ["axum_extras"], optional = true } -utoipa-swagger-ui = { version = "=3.1.3", features = ["axum"], optional = true } +utoipa-swagger-ui = { version = "=9.0.0", features = ["axum"], optional = true } [features] swagger = ["utoipa", "utoipa-swagger-ui"]