From 3f52c1ddb6dd3bafa13486e384037eea919f9400 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 08:52:55 +0000 Subject: [PATCH] build(deps): update rust crate schemars to 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34e18bf..1393dd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ config-schema = ["schemars", "serde"] [dependencies] cfg-if = "1.0.4" num-traits = { version = "0.2.19", default-features = false } -schemars = { version = "1.1.0", optional = true } +schemars = { version = "1.2.0", optional = true } serde = { version = "1.0.228", features = ["derive"], optional = true } uom = { version = "0.37", features = ["autoconvert", "f32", "si"] }