Bump openapiv3 from 2.0.0-rc.1 to 2.0.0 (#651)
Bumps [openapiv3](https://github.com/glademiller/openapiv3) from 2.0.0-rc.1 to 2.0.0. - [Changelog](https://github.com/glademiller/openapiv3/blob/master/CHANGELOG.md) - [Commits](https://github.com/glademiller/openapiv3/compare/v2.0.0-rc.1...v2.0.0) --- updated-dependencies: - dependency-name: openapiv3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cbdd704d73
commit
4bc161e17b
|
@ -1243,9 +1243,9 @@ checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
|
|||
|
||||
[[package]]
|
||||
name = "openapiv3"
|
||||
version = "2.0.0-rc.1"
|
||||
version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "25316406f0191559189c56d99731b63130775de7284d98df5e976ce67882ca8a"
|
||||
checksum = "cc02deea53ffe807708244e5914f6b099ad7015a207ee24317c22112e17d9c5c"
|
||||
dependencies = [
|
||||
"indexmap 2.1.0",
|
||||
"serde",
|
||||
|
|
|
@ -19,7 +19,7 @@ progenitor-impl = { version = "0.4.0", path = "../progenitor-impl" }
|
|||
anyhow = "1.0"
|
||||
clap = { version = "4.4.6", features = ["derive"] }
|
||||
env_logger = "0.10.1"
|
||||
openapiv3 = "2.0.0-rc.1"
|
||||
openapiv3 = "2.0.0"
|
||||
rustfmt-wrapper = "0.2.1"
|
||||
serde_json = "1.0"
|
||||
serde_yaml = "0.9"
|
||||
|
|
|
@ -12,7 +12,7 @@ heck = "0.4.1"
|
|||
http = "0.2.9"
|
||||
getopts = "0.2"
|
||||
indexmap = "2.1.0"
|
||||
openapiv3 = "2.0.0-rc.0"
|
||||
openapiv3 = "2.0.0"
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
regex = "1.10"
|
||||
|
|
|
@ -11,7 +11,7 @@ readme = "../README.md"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
openapiv3 = "2.0.0-rc.0"
|
||||
openapiv3 = "2.0.0"
|
||||
proc-macro2 = "1.0"
|
||||
progenitor-impl = { version = "0.4.0", path = "../progenitor-impl" }
|
||||
quote = "1.0"
|
||||
|
|
Loading…
Reference in New Issue