diff --git a/Cargo.lock b/Cargo.lock index d463d136..ab7ce4ed 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 be1d1683..4d5ffb25 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 fea85e46..43622a48 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.0" 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 ac8462f1..24f0a7b9 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"