From 44e60495c1d5fa576761ff4b8deb57b0536d0b08 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:47:22 +0000 Subject: [PATCH] fix(deps): update rust crate schemars to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ff6fbc..ada87ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ axum = "0.8" http = "1.3.1" # Schemars: keep in sync with rmcp -schemars = { version = "0.8", features = ["chrono"] } +schemars = { version = "0.9", features = ["chrono"] } reqwest = "0.12" futures-util = "0.3"