From e2b11971e504862147dd873919b133e1f4ddd667 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:38:26 +0000 Subject: [PATCH] Update Rust crate schemars to 0.8.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 889873d..84ef703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] serde = { version = "1", optional = true } -schemars = { version = "0.8.15", optional = true } +schemars = { version = "0.8.17", optional = true } [dev-dependencies] serde_json = "1.0"