Skip to content

Commit

Permalink
Update utoipa-swagger-ui requirement from 6.0.0 to 7.1.0
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.1.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 and cn-kali-team committed Jun 3, 2024
1 parent 0e742a4 commit c4134d3
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 @@ -21,7 +21,7 @@ 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-swagger-ui = { version = "6.0.0", features = ["actix-web"], 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" }
[features]
Expand Down
2 changes: 1 addition & 1 deletion nvd-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mysqlclient-sys = "0.3.1"
thiserror = "1.0"
env_logger = "0.11.1"
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
utoipa-swagger-ui = { version = "6.0.0", features = ["actix-web"], 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]
openapi = ["utoipa", "utoipa-swagger-ui"]
Expand Down

0 comments on commit c4134d3

Please sign in to comment.