Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cn-kali-team committed Nov 3, 2024
1 parent 4aacf67 commit 0b5f5f6
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 = "7.1.0", features = ["actix-web"], optional = true }
utoipa-swagger-ui = { version = "8.0.3", 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.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-swagger-ui = { version = "7.1.0", features = ["actix-web"], optional = true }
utoipa-swagger-ui = { version = "8.0.3", 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 0b5f5f6

Please sign in to comment.