Skip to content

Commit

Permalink
Bump openapiv3 from 1.0.2 to 1.0.3 (#2065)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent fc6ba89 commit c1d7f73
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion dozer-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ actix-web = { version = "4.2.1", default-features = false, features = [
] }
actix-web-httpauth = "0.8.0"
handlebars = "4.3.7"
openapiv3 = "1.0.2"
openapiv3 = "1.0.3"
tonic-build = "0.10.0"
tokio = { version = "1", features = ["full"] }
prost-reflect = { version = "0.12.0", features = ["serde", "text-format"] }
Expand Down
2 changes: 1 addition & 1 deletion dozer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ahash = "0.8.3"
thiserror = "1.0.48"
parking_lot = "0.12"
bytes = "1.4.0"
indexmap = "1.9.2"
indexmap = "2.0.0"
ordered-float = { version = "3.9.1", features = ["serde"] }
tracing = "0.1.36"
log = "0.4.17"
Expand Down

0 comments on commit c1d7f73

Please sign in to comment.