From e8d80584504a7b1866ed7c75f465d20d8e49136d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:46:39 +0000 Subject: [PATCH] Bump rmcp from 0.15.0 to 1.1.1 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.15.0 to 1.1.1. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.15.0...rmcp-v1.1.1) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a8a3ed..95c35bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4394,9 +4394,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.15.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bef41ebc9ebed2c1b1d90203e9d1756091e8a00bbc3107676151f39868ca0ee" +checksum = "ee4950422f87cf98fffc36946ad672c3024750b3c301491599715b7d6497dfbc" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 546bb6d..3cb5978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ spl-token = { version = "9", features = ["no-entrypoint"] } spl-token-2022 = { version = "10", features = ["no-entrypoint"] } # MCP -rmcp = { version = "0.15", default-features = false, features = ["client", "server", "schemars"] } +rmcp = { version = "1.1", default-features = false, features = ["client", "server", "schemars"] } # Telemetry tracing = "0.1"