From ba0b0adc20307268898191ae6573a9c2dd8dbad2 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 03:46:42 +0000 Subject: [PATCH] fix(deps): update rust crate rmcp-macros to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ff6fbc..974c061 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.8.0" [dev-dependencies] sse-stream = "0.2"