From 9a90f0b324bef2f11db55bac5a23cb6d38955cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:15:22 +0000 Subject: [PATCH] chore(deps): bump rmcp from 0.17.0 to 1.6.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.17.0 to 1.6.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-v0.17.0...rmcp-v1.6.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 2e68c56..a88ec97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3135,9 +3135,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.17.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0ce46f9101dc911f07e1468084c057839d15b08040d110820c5513312ef56a" +checksum = "e12ca9067b5ebfbd5b3fcdc4acfceb81aa7d5ab2a879dff7cb75d22434276aad" dependencies = [ "async-trait", "base64 0.22.1", @@ -3159,9 +3159,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "0.17.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abad6f5f46e220e3bda2fc90fd1ad64c1c2a2bd716d52c845eb5c9c64cda7542" +checksum = "7caa6743cc0888e433105fe1bc551a7f607940b126a37bc97b478e86064627eb" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 9e30d5b..0d9921d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ path = "src/bin/test_swap.rs" [dependencies] tokio = { version = "1.49", features = ["full", "net"] } -rmcp = { version = "0.17.0", features = ["server", "client", "transport-child-process"] } +rmcp = { version = "1.6.0", features = ["server", "client", "transport-child-process"] } ethers = "2.0" # ABI encoding/decoding ethabi = "18.0"