Skip to content

Commit 8b5e0d7

Browse files
Update utoipa-swagger-ui requirement from 7.1.0 to 8.0.3
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] <[email protected]>
1 parent 4aacf67 commit 8b5e0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nvd-model/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ thiserror = "1.0"
2121
uuid = { version = "1.6.1", features = ["v4", "serde", "v7"] }
2222
serde_json = { version = "1", features = ["preserve_order"] }
2323
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
24-
utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"], optional = true }
24+
utoipa-swagger-ui = { version = "8.0.3", features = ["actix-web"], optional = true }
2525
yew = { version = "0.21.0", features = ["csr"], optional = true }
2626
nvd-cves = { version = "0.1.1" }
2727
[features]

nvd-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mysqlclient-sys = "0.4.0"
2121
thiserror = "1.0"
2222
env_logger = "0.11.1"
2323
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
24-
utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"], optional = true }
24+
utoipa-swagger-ui = { version = "8.0.3", features = ["actix-web"], optional = true }
2525
nvd-model = { path = "../nvd-model", version = "0.0.0", features = ["db", "openapi"] }
2626
[features]
2727
openapi = ["utoipa", "utoipa-swagger-ui"]

0 commit comments

Comments
 (0)