From 4aaf2a789eadedc5cc55b2419aa527cb017bba45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 06:13:52 +0000 Subject: [PATCH] fix(deps): 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 57920e5..ebef111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ tonic = { version = "0.14.2", features = [ "tls-aws-lc", ], optional = true } rocket_okapi = { version = "0.9.0", optional = true, default-features = false } -schemars = {version = "0.8.21", optional = true} +schemars = {version = "1.0.0", optional = true} [dev-dependencies] chrono = "0.4.38"