Bump schemars from 0.8.13 to 0.8.16 (#627)

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](https://github.com/GREsau/schemars/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-30 15:16:53 -08:00 committed by GitHub
parent 9694beaa20
commit 4625065afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -1720,9 +1720,9 @@ dependencies = [
[[package]]
name = "schemars"
version = "0.8.13"
version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763f8cd0d4c71ed8389c90cb8100cba87e763bd01a8e614d4f0af97bcd50a161"
checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29"
dependencies = [
"chrono",
"dyn-clone",
@ -1734,9 +1734,9 @@ dependencies = [
[[package]]
name = "schemars_derive"
version = "0.8.13"
version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0f696e21e10fa546b7ffb1c9672c6de8fbc7a81acf59524386d8639bf12737"
checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967"
dependencies = [
"proc-macro2",
"quote",

View File

@ -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.6", features = ["serde", "v4"] }

View File

@ -16,7 +16,7 @@ openapiv3 = "2.0.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"] }

View File

@ -15,7 +15,7 @@ openapiv3 = "2.0.0"
proc-macro2 = "1.0"
progenitor-impl = { version = "0.5.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"

View File

@ -23,7 +23,7 @@ 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.6", features = ["serde", "v4"] }
tokio = "1.35.0"