Skip to content

Commit

Permalink
Bump schemars from 0.8.13 to 0.8.16
Browse files Browse the repository at this point in the history
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.13 to 0.8.16.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.13...v0.8.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 8eee0e3 commit bf42ebe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 example-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"
chrono = { version = "0.4", features = ["serde"] }
progenitor = { path = "../progenitor" }
reqwest = { version = "0.11.22", features = ["json", "stream"] }
schemars = { version = "0.8.12", features = ["uuid1"] }
schemars = { version = "0.8.16", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.5", features = ["serde", "v4"] }
2 changes: 1 addition & 1 deletion progenitor-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ openapiv3 = "2.0.0-rc.0"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.10"
schemars = { version = "0.8.12", features = ["chrono", "uuid1"] }
schemars = { version = "0.8.16", features = ["chrono", "uuid1"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = { version = "2.0", features = ["parsing"] }
Expand Down
2 changes: 1 addition & 1 deletion progenitor-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ openapiv3 = "2.0.0-rc.0"
proc-macro2 = "1.0"
progenitor-impl = { version = "0.4.0", path = "../progenitor-impl" }
quote = "1.0"
schemars = "0.8.12"
schemars = "0.8.16"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion progenitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ percent-encoding = "2.3"
rand = "0.8"
regress = "0.7.1"
reqwest = { version = "0.11.22", features = ["json", "stream"] }
schemars = { version = "0.8.12", features = ["uuid1"] }
schemars = { version = "0.8.16", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.5", features = ["serde", "v4"] }

0 comments on commit bf42ebe

Please sign in to comment.