From 2a0b197d97abed9b24dcda22af49a07c9c294ba1 Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Sat, 1 Mar 2025 16:23:56 +0900 Subject: [PATCH] build(deps): update schemars to v0.8.22 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2c79da61eab..1864cbd3d57e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3641,9 +3641,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" +checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" dependencies = [ "dyn-clone", "indexmap", @@ -3655,9 +3655,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" +checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 64a6dc56a744..a9dcef2775be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -205,7 +205,7 @@ quote = "1.0.38" rayon = "1.10.0" regex = "1.11.1" rustc-hash = "2.1.1" -schemars = { version = "0.8.21", features = ["indexmap2", "smallvec"] } +schemars = { version = "0.8.22", features = ["indexmap2", "smallvec"] } serde = { version = "1.0.218", features = ["derive"] } serde_ini = "0.2.0" serde_json = "1.0.139"