From 0549931dbc4ba990f9cd2bbe1bfb7efc6e613ed5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:46:19 +0000 Subject: [PATCH] Update Rust crate schemars to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9aeca11..3b22f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ reqwest = { version = "0.12.15", default-features = false, features = [ "multipart", "rustls-tls", ] } -schemars = "0.9.0" +schemars = "1.0.0" secrecy = { version = "0.10.3", features = ["serde"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140"