From 01b610c2271f672afad22e402d4e3c8929b68046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 03:14:18 +0000 Subject: [PATCH] fix(deps): bump rmcp from 0.8.0 to 0.8.2 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.8.0 to 0.8.2. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.8.0...rmcp-v0.8.2) --- updated-dependencies: - dependency-name: rmcp dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 56ddce02f..f80a69c85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5591,9 +5591,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583d060e99feb3a3683fb48a1e4bf5f8d4a50951f429726f330ee5ff548837f8" +checksum = "4e35d31f89beb59c83bc31363426da25b323ce0c2e5b53c7bf29867d16ee7898" dependencies = [ "base64 0.22.1", "chrono", @@ -5620,9 +5620,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "421d8b0ba302f479214889486f9550e63feca3af310f1190efcf6e2016802693" +checksum = "d88518b38110c439a03f0f4eee40e5105d648a530711cb87f98991e3f324a664" dependencies = [ "darling 0.21.3", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 5add67b3c..01f0c5503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ winreg = "0.55.0" schemars = "1.0.4" jsonschema = "0.30.0" zip = "2.2.0" -rmcp = { version = "0.8.0", features = ["client", "transport-sse-client-reqwest", "reqwest", "transport-streamable-http-client-reqwest", "transport-child-process", "tower", "auth"] } +rmcp = { version = "0.8.2", features = ["client", "transport-sse-client-reqwest", "reqwest", "transport-streamable-http-client-reqwest", "transport-child-process", "tower", "auth"] } chat-cli-ui = { path = "crates/chat-cli-ui" } [workspace.lints.rust]