Skip to content

Commit

Permalink
Bump openapiv3 from 1.0.2 to 1.0.3 (#766)
Browse files Browse the repository at this point in the history
* 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](glademiller/openapiv3@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>

* bump indexmap to 2.0.0

---------

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>
  • Loading branch information
dependabot[bot] and ahl authored Aug 29, 2023
1 parent f18821b commit 19b30c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dropshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ form_urlencoded = "1.2.0"
futures = "0.3.28"
hostname = "0.3.0"
http = "0.2.9"
indexmap = "1.9.3"
indexmap = "2.0.0"
paste = "1.0.14"
percent-encoding = "2.3.0"
proc-macro2 = "1.0.66"
Expand Down Expand Up @@ -54,7 +54,7 @@ version = "0.14"
features = [ "full" ]

[dependencies.openapiv3]
version = "1.0.2"
version = "1.0.3"
features = [ "skip_serializing_defaults" ]

[dependencies.serde]
Expand Down

0 comments on commit 19b30c4

Please sign in to comment.