From dc64d97e39acfeea28c53349058caef95f46d0c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:06:40 +0000 Subject: [PATCH] deps: 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 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 abb6084..0d770c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5550,9 +5550,9 @@ dependencies = [ [[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", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1c30987..363a29a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ oauth2 = "5" # ─── WebSocket / MCP ─── tokio-tungstenite = "0.29" -rmcp = { version = "1", default-features = false, features = ["client", "transport-child-process", "transport-streamable-http-client-reqwest"] } +rmcp = { version = "2", default-features = false, features = ["client", "transport-child-process", "transport-streamable-http-client-reqwest"] } # ─── WASM Plugin ─── wasmtime = "46"