From 19d65d7f4b62b99540ee15a77ab3b2d4a0295d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:45:25 +0000 Subject: [PATCH] chore(deps): bump rmcp from 1.5.0 to 2.1.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.5.0 to 2.1.0. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.5.0...rmcp-v2.1.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++------ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14b100e..2d01741 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,10 +325,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", - "js-sys", "num-traits", "serde", - "wasm-bindgen", "windows-link", ] @@ -2009,9 +2007,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.5.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67d69668de0b0ccd9cc435f700f3b39a7861863cf37a15e1f304ea78688a4826" +checksum = "f00a32c3b81b7b254076a65abd5ab2551209146713ba38f73818657e865e9433" dependencies = [ "async-trait", "base64 0.22.1", @@ -2031,9 +2029,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.5.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48fdc01c81097b0aed18633e676e269fefa3a78ec1df56b4fe597c1241b92025" +checksum = "783d787bf21813b285f13019adc49e11af501c658890c1e519f31f937c68b7e3" dependencies = [ "darling 0.23.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index f70edf2..0aa1627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rayon = "1" time = { version = "0.3", features = ["parsing", "formatting", "macros"] } strsim = "0.11" ignore = "0.4" -rmcp = { version = "1.5", features = ["transport-io"] } +rmcp = { version = "2.1", features = ["transport-io"] } tokio = { version = "1", features = ["macros", "rt-multi-thread", "process", "time", "net"] } notify = "7.0" notify-debouncer-full = "0.4"