From 9d60b441c91b7ec99681dd3a5bbeeeacf0af624c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:36:48 +0000 Subject: [PATCH] deps(deps): bump rmcp from 0.10.0 to 0.11.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.10.0...rmcp-v0.11.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index 65f5a57e..d3745aa6 --- a/Cargo.lock +++ b/Cargo.lock @@ -6361,9 +6361,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b18323edc657390a6ed4d7a9110b0dec2dc3ed128eb2a123edfbafabdbddc5" +checksum = "5df440eaa43f8573491ed4a5899719b6d29099500774abba12214a095a4083ed" dependencies = [ "async-trait", "base64 0.22.1", @@ -6392,9 +6392,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75d0a62676bf8c8003c4e3c348e2ceb6a7b3e48323681aaf177fdccdac2ce50" +checksum = "9ef03779cccab8337dd8617c53fce5c98ec21794febc397531555472ca28f8c3" dependencies = [ "darling 0.21.3", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index c2f1ac07..f29a7c6b --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ arrow = { version = "57", optional = true } parquet = { version = "57", optional = true } # MCP SDK -rmcp = { version = "0.10", features = ["server", "macros", "transport-streamable-http-server"] } +rmcp = { version = "0.11", features = ["server", "macros", "transport-streamable-http-server"] } tokio-util = "0.7" async-trait = "0.1" lru = "0.16.1"