Skip to content

Commit

Permalink
build(deps): update utoipa-swagger-ui requirement from =3.1.3 to =8.1.1
Browse files Browse the repository at this point in the history
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](juhaku/utoipa@utoipa-swagger-ui-3.1.3...utoipa-swagger-ui-8.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent bd7296f commit a1ba945
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 @@ -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 = "=8.1.1", features = ["axum"], optional = true }
tempfile = "3.3.0"

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

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

[features]
swagger = ["utoipa", "utoipa-swagger-ui"]

0 comments on commit a1ba945

Please sign in to comment.