From 494f4b479e1ac4ab108d87c96971726820741e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 22:29:06 -0700 Subject: [PATCH] Bump schemars from 0.8.10 to 0.8.11 (#207) Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.10 to 0.8.11. - [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.10...v0.8.11) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- example-macro/Cargo.toml | 2 +- progenitor-impl/Cargo.toml | 2 +- progenitor/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76922c8..e586378 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1315,9 +1315,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1847b767a3d62d95cbf3d8a9f0e421cf57a0d8aa4f411d4b16525afb0284d4ed" +checksum = "2a5fb6c61f29e723026dc8e923d94c694313212abbecbbe5f55a7748eec5b307" dependencies = [ "chrono", "dyn-clone", @@ -1329,9 +1329,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af4d7e1b012cb3d9129567661a63755ea4b8a7386d339dc945ae187e403c6743" +checksum = "f188d036977451159430f3b8dc82ec76364a42b7e289c2b18a9a18f4470058e9" dependencies = [ "proc-macro2", "quote", diff --git a/example-macro/Cargo.toml b/example-macro/Cargo.toml index 9fee4e9..574ed01 100644 --- a/example-macro/Cargo.toml +++ b/example-macro/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" chrono = { version = "0.4", features = ["serde"] } progenitor = { path = "../progenitor" } reqwest = { version = "0.11.12", features = ["json", "stream"] } -schemars = { version = "0.8.10", features = ["uuid1"] } +schemars = { version = "0.8.11", features = ["uuid1"] } serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.0", features = ["serde", "v4"] } diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index 12c04b6..8857d21 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -15,7 +15,7 @@ proc-macro2 = "1.0" quote = "1.0" regex = "1.6" rustfmt-wrapper = "0.2.0" -schemars = { version = "0.8.10", features = ["chrono", "uuid1"] } +schemars = { version = "0.8.11", features = ["chrono", "uuid1"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" syn = { version = "1.0", features = ["parsing"] } diff --git a/progenitor/Cargo.toml b/progenitor/Cargo.toml index f498529..2c2e5bc 100644 --- a/progenitor/Cargo.toml +++ b/progenitor/Cargo.toml @@ -24,5 +24,5 @@ percent-encoding = "2.2" rand = "0.8" regress = "0.4.1" reqwest = { version = "0.11.12", features = ["json", "stream"] } -schemars = { version = "0.8.10", features = ["uuid1"] } +schemars = { version = "0.8.11", features = ["uuid1"] } uuid = { version = "1.0", features = ["serde", "v4"] }