From 4737ab02b8548bf0d6845946e71be3db162b9307 Mon Sep 17 00:00:00 2001 From: damocles Date: Thu, 16 Jul 2026 16:07:28 +0200 Subject: [PATCH] =?UTF-8?q?bump=20rmcp=201.7=20=E2=86=92=202.2=20(#2529)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57bf51ed..0999afc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3569,9 +3569,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.8.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1f571c72940a19d9532fe52dbea8bc9912bf1d766c2970bb824056b86f3f59" +checksum = "14db48ee17a9ba61810ab1a9c1beb7d06d8136ae39ac25a1137f10d357af01af" dependencies = [ "async-trait", "bytes", @@ -3599,9 +3599,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.8.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aad0035b69380782d78ea95b508327e6deaa2235909053e596eea8f27b5e1d5" +checksum = "783d787bf21813b285f13019adc49e11af501c658890c1e519f31f937c68b7e3" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 2809b988..be63ad94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ hive-host-sock = { path = "hive-host-sock" } hive-priv-sock = { path = "hive-priv-sock" } thiserror = "2" tower-http = { version = "0.7", features = ["fs"] } -rmcp = { version = "1.7", default-features = false, features = [ +rmcp = { version = "2", default-features = false, features = [ "server", "macros", "transport-io",