Skip to content

Commit 3bf2a8c

Browse files
Relax openapiv3 requirement from =1.0.0 to 1.0 (#26)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominic <[email protected]>
1 parent 8037132 commit 3bf2a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include = ["src/**/*", "LICENSE", "crates-io.md"]
1919
[dependencies]
2020
indexmap = "1.7"
2121
openapi_type_derive = { path = "./derive", version = "0.3.0" }
22-
openapiv3 = "=1.0.0"
22+
openapiv3 = "1.0"
2323
serde_json = "1.0"
2424

2525
# optional dependencies / features

0 commit comments

Comments
 (0)