From e8075b3c6d20950337510b5abc259f80cf3f1e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:17:44 +0000 Subject: [PATCH] Bump rmcp from 1.8.0 to 2.0.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.8.0 to 2.0.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.0.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 2.0.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..e9c38e278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2084,9 +2084,9 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "rmcp" -version = "1.8.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1f571c72940a19d9532fe52dbea8bc9912bf1d766c2970bb824056b86f3f59" +checksum = "d52d21e5b342699bc4de690e6104fc4e43255e4e8420ff0f2cbb963aac09da6f" 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..3a14a8e50 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.0.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"] }