From 7c2c0dda103fcd4b8823c745598f6186f86c44c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 11:49:30 +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 | 8 ++++---- crates/bito/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15e0624..dc696dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1140,9 +1140,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[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", @@ -1162,9 +1162,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", diff --git a/crates/bito/Cargo.toml b/crates/bito/Cargo.toml index 6ce2ccb..7ee3ce4 100644 --- a/crates/bito/Cargo.toml +++ b/crates/bito/Cargo.toml @@ -48,7 +48,7 @@ clap = { version = "4.6", features = ["derive"] } anyhow = "1.0" tracing = "0.1" tokio = { version = "1.50", features = ["rt-multi-thread", "macros"], optional = true } -rmcp = { version = "1.3", features = ["server", "transport-io", "macros"], optional = true } +rmcp = { version = "1.4", features = ["server", "transport-io", "macros"], optional = true } schemars = { version = "1.2", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"