From 64bd3b9bfabdc252b0fd7d44bf007385fd9d3dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 02:29:41 +0000 Subject: [PATCH] deps: update rmcp requirement from 0.1 to 0.12 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/commits/rmcp-v0.12.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 0.12.0 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 05efd39b..a9140a2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["development-tools", "command-line-utilities"] [workspace.dependencies] # Core dependencies -rmcp = { version = "0.1", features = ["server", "transport-io", "macros"] } +rmcp = { version = "0.12", features = ["server", "transport-io", "macros"] } lsp-types = "0.97" tokio = { version = "1.48", features = ["full"] } serde = { version = "1.0", features = ["derive"] }