Skip to content

Commit

Permalink
Update utoipa requirement from 4 to 5
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)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-4.0.0...utoipa-5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 262f0c8 commit 3d8a1c9
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 @@ -21,7 +21,7 @@ tokio = { version = "1", features = ["full"] }
actix-web = "4"

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

# Support global variable
Expand Down

0 comments on commit 3d8a1c9

Please sign in to comment.