Skip to content

Commit

Permalink
Update utoipa-swagger-ui requirement from 4 to 5 (#129)
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-4.0.0...utoipa-swagger-ui-5.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 Dec 30, 2023
1 parent cbdbff2 commit ee24f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ actix-web = "4"

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

# Support global variable
lazy_static = "1.4"
Expand Down

0 comments on commit ee24f5d

Please sign in to comment.