Bump schemars from 0.8.17 to 0.8.20 (#811)

Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.17 to 0.8.20.
- [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.17...v0.8.20)

---
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] 2024-05-22 16:07:16 -07:00 committed by GitHub
parent c59c6d64ed
commit 2f1d3dde26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -1756,9 +1756,9 @@ dependencies = [
[[package]]
name = "schemars"
version = "0.8.17"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f55c82c700538496bdc329bb4918a81f87cc8888811bd123cf325a0f2f8d309"
checksum = "b0218ceea14babe24a4a5836f86ade86c1effbc198164e619194cb5069187e29"
dependencies = [
"chrono",
"dyn-clone",
@ -1770,9 +1770,9 @@ dependencies = [
[[package]]
name = "schemars_derive"
version = "0.8.17"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83263746fe5e32097f06356968a077f96089739c927a61450efa069905eec108"
checksum = "3ed5a1ccce8ff962e31a165d41f6e2a2dd1245099dc4d594f5574a86cd90f4d3"
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.27", features = ["json", "stream"] }
schemars = { version = "0.8.17", features = ["uuid1"] }
schemars = { version = "0.8.20", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.8", 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.17", features = ["chrono", "uuid1"] }
schemars = { version = "0.8.20", 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.7.0", path = "../progenitor-impl" }
quote = "1.0"
schemars = "0.8.17"
schemars = "0.8.20"
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.9.1"
reqwest = { version = "0.11.27", features = ["json", "stream"] }
schemars = { version = "0.8.17", features = ["uuid1"] }
schemars = { version = "0.8.20", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.8", features = ["serde", "v4"] }
tokio = "1.36.0"