From 751249820b15343cb6502287eba21bf2aa7116fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:06:41 +0000 Subject: [PATCH] chore(deps): bump rmcp from 0.17.0 to 1.3.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.17.0 to 1.3.0. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.17.0...rmcp-v1.3.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.3.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 6b0f840..7168555 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3135,9 +3135,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.17.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0ce46f9101dc911f07e1468084c057839d15b08040d110820c5513312ef56a" +checksum = "2231b2c085b371c01bc90c0e6c1cab8834711b6394533375bdbf870b0166d419" dependencies = [ "async-trait", "base64 0.22.1", @@ -3159,9 +3159,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "0.17.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abad6f5f46e220e3bda2fc90fd1ad64c1c2a2bd716d52c845eb5c9c64cda7542" +checksum = "36ea0e100fadf81be85d7ff70f86cd805c7572601d4ab2946207f36540854b43" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index b849f11..a835bf8 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.3.0", features = ["server", "client", "transport-child-process"] } ethers = "2.0" # ABI encoding/decoding ethabi = "18.0"