From 15225e6d1353be28f123470956b60ccd54c491bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 02:38:43 +0000 Subject: [PATCH] Bump rmcp from 1.8.0 to 2.1.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.8.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.8.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 | 8 ++++---- sidemantic-rs/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c8353972..8398d015e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,9 +2084,9 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "rmcp" -version = "1.8.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1f571c72940a19d9532fe52dbea8bc9912bf1d766c2970bb824056b86f3f59" +checksum = "f00a32c3b81b7b254076a65abd5ab2551209146713ba38f73818657e865e9433" dependencies = [ "async-trait", "base64", @@ -2106,9 +2106,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.8.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aad0035b69380782d78ea95b508327e6deaa2235909053e596eea8f27b5e1d5" +checksum = "783d787bf21813b285f13019adc49e11af501c658890c1e519f31f937c68b7e3" dependencies = [ "darling 0.23.0", "proc-macro2", diff --git a/sidemantic-rs/Cargo.toml b/sidemantic-rs/Cargo.toml index 226980c5e..7b5a558bd 100644 --- a/sidemantic-rs/Cargo.toml +++ b/sidemantic-rs/Cargo.toml @@ -44,7 +44,7 @@ url = { version = "2.5", optional = true } chrono = { version = "0.4", default-features = false, features = ["clock"] } minijinja = { version = "2.5", features = ["builtins", "serde", "unstable_machinery"] } wasm-bindgen = { version = "0.2", optional = true } -rmcp = { version = "1.4.0", optional = true, features = ["transport-io"] } +rmcp = { version = "2.1.0", optional = true, features = ["transport-io"] } tokio = { version = "1", optional = true, features = ["rt-multi-thread", "macros", "io-std", "sync"] } tokio-stream = { version = "0.1", optional = true } axum = { version = "0.8.1", optional = true, features = ["json"] }