From 45f38a9f99b2f0c0071bc5e4144e0040f4550b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:25:48 +0000 Subject: [PATCH] Update rmcp requirement from 0.8.5 to 0.9.1 Updates the requirements on [rmcp](https://github.com/modelcontextprotocol/rust-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.8.5...rmcp-v0.9.1) --- updated-dependencies: - dependency-name: rmcp dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 999bda8..84e9cc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "1.0" anyhow = "1.0" tracing = "0.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] } -rmcp = { version = "0.8.5", features = ["transport-streamable-http-server"] } +rmcp = { version = "0.9.1", features = ["transport-streamable-http-server"] } axum = "0.8.6" tower = "0.5.2" tower-http = "0.6.6"