From 1ea043b1d556485d81d4dc8441c37575f046a480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:02:49 +0000 Subject: [PATCH] Update Rust crate schemars to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea3493c..7970eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" tao = "0.33.0" wry = "0.51.0" -schemars = "0.8.21" +schemars = "0.9.0" parking_lot = "0.12" actson = "2.0.0" tracing = "0.1"