From fcb24cf3ab553442144cbd706e46de61e6981989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 06:33:00 +0000 Subject: [PATCH] Bump rmcp from rmcp-v2.1.0 to rmcp-v2.2.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from rmcp-v2.1.0 to rmcp-v2.2.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/8e44af499bfa8d54f18fb475eb86a601a5a2e432...519577601db3823616dbd7c4eb84ed569d8e17d4) --- updated-dependencies: - dependency-name: rmcp dependency-version: 519577601db3823616dbd7c4eb84ed569d8e17d4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ apps/gateway/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69af654..043d271 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -73,7 +73,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -960,7 +960,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1940,7 +1940,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2805,8 +2805,8 @@ dependencies = [ [[package]] name = "rmcp" -version = "2.1.0" -source = "git+https://github.com/modelcontextprotocol/rust-sdk?tag=rmcp-v2.1.0#8e44af499bfa8d54f18fb475eb86a601a5a2e432" +version = "2.2.0" +source = "git+https://github.com/modelcontextprotocol/rust-sdk?tag=rmcp-v2.2.0#519577601db3823616dbd7c4eb84ed569d8e17d4" dependencies = [ "async-trait", "base64 0.22.1", @@ -2830,8 +2830,8 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "2.1.0" -source = "git+https://github.com/modelcontextprotocol/rust-sdk?tag=rmcp-v2.1.0#8e44af499bfa8d54f18fb475eb86a601a5a2e432" +version = "2.2.0" +source = "git+https://github.com/modelcontextprotocol/rust-sdk?tag=rmcp-v2.2.0#519577601db3823616dbd7c4eb84ed569d8e17d4" dependencies = [ "darling", "proc-macro2", @@ -2924,7 +2924,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3202,7 +3202,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3729,7 +3729,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3742,7 +3742,7 @@ dependencies = [ "parking_lot", "rustix", "signal-hook", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/apps/gateway/Cargo.toml b/apps/gateway/Cargo.toml index 6f53c06..973e03a 100644 --- a/apps/gateway/Cargo.toml +++ b/apps/gateway/Cargo.toml @@ -24,7 +24,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] oauth2 = { version = "5", default-features = false, features = ["reqwest"] } -rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", tag = "rmcp-v2.1.0", features = ["client", "transport-streamable-http-client-reqwest"] } +rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", tag = "rmcp-v2.2.0", features = ["client", "transport-streamable-http-client-reqwest"] } sha2 = "0.10" [features]