Skip to content

Commit dc1bf4b

Browse files
Update utoipa requirement from 4.2.0 to 5.3.0
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.3.0) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae4c7b6 commit dc1bf4b

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
@@ -20,7 +20,7 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] }
2020
thiserror = "2.0"
2121
uuid = { version = "1.6.1", features = ["v4", "serde", "v7"] }
2222
serde_json = { version = "1", features = ["preserve_order"] }
23-
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
23+
utoipa = { version = "5.3.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
2424
utoipa-swagger-ui = { version = "6.0.0", features = ["actix-web"], optional = true }
2525
yew = { version = "0.21.0", features = ["csr"], optional = true }
2626
nvd-cves = { version = "0.1.1" }

nvd-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ actix-cors = "0.7.0"
2020
mysqlclient-sys = "0.4.0"
2121
thiserror = "2.0"
2222
env_logger = "0.11.1"
23-
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
23+
utoipa = { version = "5.3.0", features = ["actix_extras", "chrono", "uuid", "openapi_extensions"], optional = true }
2424
utoipa-swagger-ui = { version = "6.0.0", features = ["actix-web"], optional = true }
2525
nvd-model = { path = "../nvd-model", version = "0.0.0", features = ["db", "openapi"] }
2626
[features]

0 commit comments

Comments
 (0)