From e03b1131112a9080fb4709400bdccac245480f8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 21:26:53 +0000 Subject: [PATCH] build(deps): update rust crate schemars to 0.8.12 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f25bd6b8..74578631 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2528,9 +2528,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 = [ "dyn-clone", "indexmap", @@ -2541,9 +2541,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", diff --git a/Cargo.toml b/Cargo.toml index 2ab4adc0..22a69b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ home = "0.5.4" shell-words = "1.1.0" [dependencies.schemars] -version = "0.8.11" +version = "0.8.12" optional = true features = ["preserve_order", "indexmap"]