bump openapiv3 to 1.0.0-beta.5 (#17)

This commit is contained in:
David Crespo 2021-11-17 00:06:49 -06:00 committed by GitHub
parent dd9d1e8846
commit f53d122406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ repository = "https://github.com/oxidecomputer/progenitor.git"
description = "An OpenAPI client generator - macros"
[dependencies]
openapiv3 = "1.0.0-beta.2"
openapiv3 = "1.0.0-beta.5"
progenitor-impl = { path = "../progenitor-impl" }
quote = "1.0"
proc-macro2 = "1.0"

View File

@ -11,6 +11,6 @@ progenitor-macro = { path = "../progenitor-macro" }
progenitor-impl = { path = "../progenitor-impl" }
anyhow = "1.0"
getopts = "0.2"
openapiv3 = "1.0.0-beta.2"
openapiv3 = "1.0.0-beta.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"