From 3d9222b6251366b92bb85d6dc337ca88095a88ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:44:07 +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 48320b6..1ac4afb 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"