From 82d3a5ff6e2625ebc2dbdf6a33bd797573d57ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 15:43:37 +0000 Subject: [PATCH] chore(deps): bump rmcp from 3.1.3 to 3.1.4 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 3.1.3 to 3.1.4. - [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-v3.1.3...rmcp-v3.1.4) --- updated-dependencies: - dependency-name: rmcp dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9dc43523..136b2bc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6898,9 +6898,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f17072af977b0f86f714dbd64b3d37d0715bb63064f9d13483f0a1775813374" +checksum = "1a15bc53261a9dc37e105df006e4656c598379a8f9581f8950debb130f27a7cf" dependencies = [ "async-trait", "base64 0.23.1",