From 02befa1836363f90426034cdb700b080dba4a6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:57:06 +0000 Subject: [PATCH] chore(deps): bump rmcp from 1.3.0 to 1.4.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.3.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.3.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 | 14 +++++++------- crates/cdcx-cli/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ee7f32..222315c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1960,7 +1960,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2271,9 +2271,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2231b2c085b371c01bc90c0e6c1cab8834711b6394533375bdbf870b0166d419" +checksum = "f542f74cf247da16f19bbc87e298cd201e912314f4083e88cdd671f44f5fcb53" dependencies = [ "async-trait", "base64", @@ -2293,9 +2293,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.3.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36ea0e100fadf81be85d7ff70f86cd805c7572601d4ab2946207f36540854b43" +checksum = "7caa6743cc0888e433105fe1bc551a7f607940b126a37bc97b478e86064627eb" dependencies = [ "darling", "proc-macro2", @@ -2782,10 +2782,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/crates/cdcx-cli/Cargo.toml b/crates/cdcx-cli/Cargo.toml index a9f6504..c476e35 100644 --- a/crates/cdcx-cli/Cargo.toml +++ b/crates/cdcx-cli/Cargo.toml @@ -19,7 +19,7 @@ tokio = { workspace = true } tracing = { workspace = true } clap = { version = "4", features = ["derive"] } tracing-subscriber = "0.3" -rmcp = { version = "1.2", features = ["server", "transport-io"] } +rmcp = { version = "1.4", features = ["server", "transport-io"] } rpassword = "7" toml = "0.8"