From 40e8b4053338226151df165fe4f5b880dc7c3135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:26:22 +0000 Subject: [PATCH] build(deps): update rust-mcp-sdk requirement Updates the requirements on [rust-mcp-sdk](https://github.com/rust-mcp-stack/rust-mcp-sdk) to permit the latest version. - [Release notes](https://github.com/rust-mcp-stack/rust-mcp-sdk/releases) - [Commits](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.7.0...rust-mcp-sdk-v0.8.2) --- updated-dependencies: - dependency-name: rust-mcp-sdk dependency-version: 0.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-mcp-server-syncable-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-mcp-server-syncable-cli/Cargo.toml b/rust-mcp-server-syncable-cli/Cargo.toml index f4c53ea..8227309 100644 --- a/rust-mcp-server-syncable-cli/Cargo.toml +++ b/rust-mcp-server-syncable-cli/Cargo.toml @@ -27,7 +27,7 @@ categories = [ [dependencies] async-trait = "0.1.88" -rust-mcp-sdk = "0.7.0" +rust-mcp-sdk = "0.8.2" tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"] } serde = { version = "1.0", features = ["derive"] }