From 806bd7c173122d11249e7a785ca2b3673e391870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:01:51 +0000 Subject: [PATCH] chore(deps): bump rmcp from 1.2.0 to 1.4.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.2.0 to 1.4.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.2.0...rmcp-v1.4.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38da04b..543a796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1032,9 +1032,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.2.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba6b9d2f0efe2258b23767f1f9e0054cfbcac9c2d6f81a031214143096d7864f" +checksum = "f542f74cf247da16f19bbc87e298cd201e912314f4083e88cdd671f44f5fcb53" dependencies = [ "async-trait", "base64", @@ -1054,9 +1054,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.2.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab9d95d7ed26ad8306352b0d5f05b593222b272790564589790d210aa15caa9e" +checksum = "7caa6743cc0888e433105fe1bc551a7f607940b126a37bc97b478e86064627eb" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 2779a93..5bebcb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ owo-colors = "4.3.0" indicatif = "0.18.4" futures = "0.3" webpki-roots = "1.0" -rmcp = { version = "1.2.0", features = ["transport-io"], optional = true } +rmcp = { version = "1.4.0", features = ["transport-io"], optional = true } schemars = { version = "1.0", optional = true } thiserror = "1" chrono = { version = "0.4", features = ["serde"] }