Skip to content

Commit

Permalink
Update utoipa requirement from 4.2.0 to 5.1.3
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.2.0...utoipa-5.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 4aacf67 commit e8d049c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nvd-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] }
thiserror = "1.0"
uuid = { version = "1.6.1", features = ["v4", "serde", "v7"] }
serde_json = { version = "1", features = ["preserve_order"] }
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
utoipa = { version = "5.1.3", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"], optional = true }
yew = { version = "0.21.0", features = ["csr"], optional = true }
nvd-cves = { version = "0.1.1" }
Expand Down
2 changes: 1 addition & 1 deletion nvd-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ actix-cors = "0.7.0"
mysqlclient-sys = "0.4.0"
thiserror = "1.0"
env_logger = "0.11.1"
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
utoipa = { version = "5.1.3", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"], optional = true }
nvd-model = { path = "../nvd-model", version = "0.0.0", features = ["db", "openapi"] }
[features]
Expand Down

0 comments on commit e8d049c

Please sign in to comment.