From 817b5babed748ab44d38ccca00614345d8b93988 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:04:15 -0500 Subject: [PATCH] Update Rust crate schemars to 0.8.15 (#183) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee37218..889873d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] serde = { version = "1", optional = true } -schemars = { version = "0.8.13", optional = true } +schemars = { version = "0.8.15", optional = true } [dev-dependencies] serde_json = "1.0"