From 0f0d2cce5b99c9d8e9b533e808598cdada5be7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:23:15 +0000 Subject: [PATCH] chore(deps): update pulseengine-mcp-protocol requirement Updates the requirements on [pulseengine-mcp-protocol](https://github.com/pulseengine/mcp) to permit the latest version. - [Release notes](https://github.com/pulseengine/mcp/releases) - [Changelog](https://github.com/pulseengine/mcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/pulseengine/mcp/compare/v0.11.0...v0.14.0) --- updated-dependencies: - dependency-name: pulseengine-mcp-protocol dependency-version: 0.14.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 258d4c5..2c7e3b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ rand = "0.9" # PulseEngine MCP Framework - Published v0.11.0 pulseengine-mcp-server = { version = "0.11.0", features = ["stdio-logging"] } pulseengine-mcp-macros = { version = "0.11.0" } -pulseengine-mcp-protocol = { version = "0.11.0" } +pulseengine-mcp-protocol = { version = "0.14.0" } pulseengine-mcp-transport = { version = "0.11.0" }