Skip to content

Commit

Permalink
Update utoipa-swagger-ui requirement from 5 to 6 (#134)
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)
- [Commits](juhaku/utoipa@utoipa-swagger-ui-5.0.0...utoipa-swagger-ui-6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 6a66ca0 commit 0f5386a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actix-web = "4"

# Openapi generate
utoipa = { version = "4", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "5", features = ["actix-web"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }

# Support global variable
lazy_static = "1.4"
Expand Down

0 comments on commit 0f5386a

Please sign in to comment.