Skip to content

Commit

Permalink
build(deps): update utoipa requirement from =3.2.1 to =4.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [utoipa](https://github.com/juhaku/utoipa) to permit the latest version.
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Commits](juhaku/utoipa@utoipa-3.2.1...utoipa-4.1.0)

---
updated-dependencies:
- dependency-name: utoipa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 6e8bd9e commit 0f14b3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bot_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0", features = ["axum_extras"], optional = true }
utoipa-swagger-ui = { version = "=3.1.3", features = ["axum"], optional = true }
tempfile = "3.3.0"

Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0", features = ["axum_extras"], optional = true }
utoipa-swagger-ui = { version = "=3.1.3" , features = ["axum"], optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion sc2_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0" , features = ["axum_extras"], optional = true }
utoipa-swagger-ui = { version = "=3.1.3", features = ["axum"], optional = true }

[features]
Expand Down

0 comments on commit 0f14b3c

Please sign in to comment.