Bump openapiv3 from 1.0.2 to 1.0.3 (#554)

* Bump openapiv3 from 1.0.2 to 1.0.3

Bumps [openapiv3](https://github.com/glademiller/openapiv3) from 1.0.2 to 1.0.3.
- [Commits](https://github.com/glademiller/openapiv3/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: openapiv3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix cargo.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <ahl@oxide.computer>
This commit is contained in:
dependabot[bot] 2023-08-28 13:50:19 -07:00 committed by GitHub
parent 27a1e46555
commit b06dc16f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -1227,9 +1227,9 @@ checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
[[package]] [[package]]
name = "openapiv3" name = "openapiv3"
version = "1.0.2" version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1a9f106eb0a780abd17ba9fca8e0843e3461630bcbe2af0ad4d5d3ba4e9aa4" checksum = "75e56d5c441965b6425165b7e3223cc933ca469834f4a8b4786817a1f9dc4f13"
dependencies = [ dependencies = [
"indexmap 1.9.3", "indexmap 1.9.3",
"serde", "serde",

View File

@ -16,7 +16,7 @@ progenitor-client = { version = "0.3.0", path = "../progenitor-client" }
progenitor-impl = { version = "0.3.0", path = "../progenitor-impl" } progenitor-impl = { version = "0.3.0", path = "../progenitor-impl" }
anyhow = "1.0" anyhow = "1.0"
clap = { version = "4.3.23", features = ["derive"] } clap = { version = "4.3.23", features = ["derive"] }
openapiv3 = "1.0.2" openapiv3 = "1.0.3"
rustfmt-wrapper = "0.2.0" rustfmt-wrapper = "0.2.0"
serde_json = "1.0" serde_json = "1.0"
serde_yaml = "0.9" serde_yaml = "0.9"

View File

@ -12,7 +12,7 @@ heck = "0.4.1"
http = "0.2.9" http = "0.2.9"
getopts = "0.2" getopts = "0.2"
indexmap = "1.9" indexmap = "1.9"
openapiv3 = "1.0.0" openapiv3 = "1.0.3"
proc-macro2 = "1.0" proc-macro2 = "1.0"
quote = "1.0" quote = "1.0"
regex = "1.9" regex = "1.9"

View File

@ -11,7 +11,7 @@ readme = "../README.md"
proc-macro = true proc-macro = true
[dependencies] [dependencies]
openapiv3 = "1.0.0" openapiv3 = "1.0.3"
proc-macro2 = "1.0" proc-macro2 = "1.0"
progenitor-impl = { version = "0.3.0", path = "../progenitor-impl" } progenitor-impl = { version = "0.3.0", path = "../progenitor-impl" }
quote = "1.0" quote = "1.0"