Skip to content

Commit

Permalink
Update utoipa requirement from 3 to 4
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.0.0...utoipa-4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent d869110 commit ecc643d
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 @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] }
actix-web = "4"

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

# Support global variable
Expand Down

0 comments on commit ecc643d

Please sign in to comment.