From e89d04db92e8185bfb90afe8caa6a77236000205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:27:26 +0000 Subject: [PATCH] Bump schemars from 0.8.13 to 0.8.15 Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.13 to 0.8.15. - [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.15) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- cargo-typify/Cargo.toml | 2 +- typify-impl/Cargo.toml | 4 ++-- typify-macro/Cargo.toml | 2 +- typify-test/Cargo.toml | 2 +- typify/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 741be3a0..c8a83e97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,9 +885,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.13" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763f8cd0d4c71ed8389c90cb8100cba87e763bd01a8e614d4f0af97bcd50a161" +checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c" dependencies = [ "dyn-clone", "schemars_derive", @@ -898,9 +898,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.13" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0f696e21e10fa546b7ffb1c9672c6de8fbc7a81acf59524386d8639bf12737" +checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c" dependencies = [ "proc-macro2", "quote", diff --git a/cargo-typify/Cargo.toml b/cargo-typify/Cargo.toml index 982982c1..b81e6cd1 100644 --- a/cargo-typify/Cargo.toml +++ b/cargo-typify/Cargo.toml @@ -19,7 +19,7 @@ color-eyre = "0.6" env_logger = "0.10" rustfmt-wrapper = "0.2.0" serde_json = "1.0.107" -schemars = "0.8.13" +schemars = "0.8.15" [dev-dependencies] assert_cmd = "2.0.12" diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 190515e9..708c2a46 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4" proc-macro2 = "1.0" quote = "1.0" regress = "0.7.1" -schemars = "0.8.13" +schemars = "0.8.15" serde_json = "1.0" syn = { version = "2.0", features = ["full"] } thiserror = "1.0" @@ -25,7 +25,7 @@ expectorate = "1.1" paste = "1.0" rustfmt-wrapper = "0.2" schema = "0.1.0" -schemars = { version = "0.8.13", features = ["uuid1"] } +schemars = { version = "0.8.15", features = ["uuid1"] } serde = "1.0" syn = { version = "2.0", features = ["full", "extra-traits"] } uuid = "1.4.1" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index b3bdd521..9fbfca4d 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -13,7 +13,7 @@ proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" -schemars = "0.8.13" +schemars = "0.8.15" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_tokenstream = "0.2.0" diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 71edb78b..79bd86b3 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "1.0.107" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } prettyplease = "0.2" -schemars = "0.8.13" +schemars = "0.8.15" serde = "1.0.188" syn = "2.0.37" typify = { path = "../typify" } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index ffef8464..0fd6733a 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -25,7 +25,7 @@ glob = "0.3.1" quote = "1.0.33" regress = "0.7.1" rustfmt-wrapper = "0.2.0" -schemars = "0.8.13" +schemars = "0.8.15" serde = "1.0.188" serde_json = "1.0.107" trybuild = "1.0.85"