diff --git a/bot_controller/Cargo.toml b/bot_controller/Cargo.toml index 1fba05b..3b7d825 100644 --- a/bot_controller/Cargo.toml +++ b/bot_controller/Cargo.toml @@ -21,7 +21,7 @@ tower-http = { version = "0.4.0", features = ["add-extension", "trace"] } tracing = "0.1" tracing-appender = "0.2.2" urlencoding = "2.1.2" -utoipa = { version = "=3.2.1", features = ["axum_extras"], optional = true } +utoipa = { version = "=4.2.0", features = ["axum_extras"], optional = true } utoipa-swagger-ui = { version = "=3.1.3", features = ["axum"], optional = true } tempfile = "3.3.0" diff --git a/common/Cargo.toml b/common/Cargo.toml index 65da846..78bf8fb 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -28,7 +28,7 @@ tracing-appender = "0.2.2" 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 = { version = "=4.2.0", features = ["axum_extras"], optional = true } utoipa-swagger-ui = { version = "=3.1.3" , features = ["axum"], optional = true } [features] diff --git a/sc2_controller/Cargo.toml b/sc2_controller/Cargo.toml index 710b9d7..43bf95e 100644 --- a/sc2_controller/Cargo.toml +++ b/sc2_controller/Cargo.toml @@ -18,7 +18,7 @@ tower = { version = "0.4", features=["timeout"] } 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 = { version = "=4.2.0" , features = ["axum_extras"], optional = true } utoipa-swagger-ui = { version = "=3.1.3", features = ["axum"], optional = true } [features]