From 400eade8af04d12294ce4c1e98fc710430f7f612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:49:56 +0000 Subject: [PATCH] chore(deps): bump rmcp from 1.7.0 to 2.0.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.7.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.7.0...rmcp-v2.0.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++++--------------- crates/echidna-mcp/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83d4e410..5dca201d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,15 +490,6 @@ dependencies = [ "serde", ] -[[package]] -name = "capnp" -version = "0.25.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4777a3bc19b8f8e5fb2d0196c6b5dfcbbcc8b2fe08ae57f873f2f35f15cfc210" -dependencies = [ - "embedded-io", -] - [[package]] name = "capnp" version = "0.26.0" @@ -514,7 +505,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13aea06b902f885cb0313b11e900e96cd57fef775e9e601a96e14e1d655f3cd3" dependencies = [ - "capnp 0.25.6", + "capnp", ] [[package]] @@ -1190,7 +1181,7 @@ dependencies = [ name = "echidna-wire" version = "0.1.0" dependencies = [ - "capnp 0.26.0", + "capnp", "capnpc", ] @@ -2970,9 +2961,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.7.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0810a9f717d9828f475fe1f629f4c305c8464b7f496c3a854b58d29e65f4058e" +checksum = "d52d21e5b342699bc4de690e6104fc4e43255e4e8420ff0f2cbb963aac09da6f" dependencies = [ "async-trait", "base64", @@ -2992,9 +2983,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.7.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aefac48c364756e97f04c0401ba3231e8607882c7c1d92da0437dc16307904d" +checksum = "6c68cec74c5b3ac73ff46375ae49e161637bda80bba70f0d5db641583bb308ee" dependencies = [ "darling 0.23.0", "proc-macro2", diff --git a/crates/echidna-mcp/Cargo.toml b/crates/echidna-mcp/Cargo.toml index e370fb62..1309bf8d 100644 --- a/crates/echidna-mcp/Cargo.toml +++ b/crates/echidna-mcp/Cargo.toml @@ -14,7 +14,7 @@ name = "echidna-mcp" path = "src/main.rs" [dependencies] -rmcp = { version = "1", features = ["server", "macros", "transport-io"] } +rmcp = { version = "2", features = ["server", "macros", "transport-io"] } serde = { version = "1", features = ["derive"] } serde_json = "1" schemars = "1"