Bump schemars from 0.8.11 to 0.8.12 (#346)

Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.11 to 0.8.12.
- [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.11...v0.8.12)

---
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-02-28 13:40:19 -08:00 committed by GitHub
parent 803fc36c49
commit cbe875ad1a
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

@ -1476,9 +1476,9 @@ dependencies = [
[[package]]
name = "schemars"
version = "0.8.11"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a5fb6c61f29e723026dc8e923d94c694313212abbecbbe5f55a7748eec5b307"
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
dependencies = [
"chrono",
"dyn-clone",
@ -1490,9 +1490,9 @@ dependencies = [
[[package]]
name = "schemars_derive"
version = "0.8.11"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f188d036977451159430f3b8dc82ec76364a42b7e289c2b18a9a18f4470058e9"
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
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.14", features = ["json", "stream"] }
schemars = { version = "0.8.11", features = ["uuid1"] }
schemars = { version = "0.8.12", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.3", features = ["serde", "v4"] }

View File

@ -16,7 +16,7 @@ proc-macro2 = "1.0"
quote = "1.0"
regex = "1.7"
rustfmt-wrapper = "0.2.0"
schemars = { version = "0.8.11", features = ["chrono", "uuid1"] }
schemars = { version = "0.8.12", features = ["chrono", "uuid1"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = { version = "1.0", features = ["parsing"] }

View File

@ -15,7 +15,7 @@ openapiv3 = "1.0.0"
proc-macro2 = "1.0"
progenitor-impl = { version = "0.2.1-dev", path = "../progenitor-impl" }
quote = "1.0"
schemars = "0.8.11"
schemars = "0.8.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"

View File

@ -33,5 +33,5 @@ percent-encoding = "2.2"
rand = "0.8"
regress = "0.4.1"
reqwest = { version = "0.11.14", features = ["json", "stream"] }
schemars = { version = "0.8.11", features = ["uuid1"] }
schemars = { version = "0.8.12", features = ["uuid1"] }
uuid = { version = "1.3", features = ["serde", "v4"] }