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"]