From 73efbf7c8cd74ada93032ee49966f24b1bb66636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:33:52 +0000 Subject: [PATCH] chore(deps): Update Rust crate schemars to 0.9.0 --- crates/trycmd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/trycmd/Cargo.toml b/crates/trycmd/Cargo.toml index 232ba13..ec0214e 100644 --- a/crates/trycmd/Cargo.toml +++ b/crates/trycmd/Cargo.toml @@ -56,7 +56,7 @@ humantime-serde = "1" toml_edit = { version = "0.23.5", features = ["serde"] } escargot = { version = "0.5.14", optional = true } -schemars = { version = "0.8.22", features = ["preserve_order"], optional = true } +schemars = { version = "0.9.0", features = ["preserve_order"], optional = true } serde_json = { version = "1.0", optional = true } [lints]