From d3ab541acd475db95843b37114d5548a47a7b805 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:44:04 +0000 Subject: [PATCH] fix(deps): update rust crate schemars to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48320b6..9392848 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 = "0.9.0", optional = true} [dev-dependencies] chrono = "0.4.38"