From 802367a8cccef6a764b1c617d01f070cd53fe707 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:49:55 +0000 Subject: [PATCH] fix(deps): update rust crate rmcp-macros to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ff6fbc..64e025c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ features = [ version = "0.2.1" [dependencies.rmcp-macros] -version = "0.2.1" +version = "0.10.0" [dev-dependencies] sse-stream = "0.2"