From 2fa6e3a6731416eb0143df75491cf3220f48bbcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:48:22 +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"