Skip to content

Commit

Permalink
Update utoipa-swagger-ui requirement from 6 to 7
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-6.0.0...utoipa-swagger-ui-7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 86204f1 commit d0cae92
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 @@ -22,7 +22,7 @@ actix-web = "4"

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

# Support global variable
lazy_static = "1.4"
Expand Down

0 comments on commit d0cae92

Please sign in to comment.