From 4724e93dbb20ecc62236920bae7690f1411a95b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:24:56 +0000 Subject: [PATCH] fix(deps): update rust crate jsonschema to 0.33 --- apps/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/Cargo.toml b/apps/cli/Cargo.toml index c2ad9438..c2221a20 100644 --- a/apps/cli/Cargo.toml +++ b/apps/cli/Cargo.toml @@ -16,4 +16,4 @@ path = "src/main.rs" schemars = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -jsonschema = "0.17" +jsonschema = "0.33"