From 3a2d1da053f1b7cb0ebfde806d9a4c463f6b4340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 20:04:20 +0000 Subject: [PATCH] Update Rust crate schemars to 0.8.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 063608c..00899ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] serde = { version = "1", optional = true } -schemars = { version = "0.8.10", optional = true } +schemars = { version = "0.8.12", optional = true } [dev-dependencies] serde_json = "1.0"