From 4f688330254b8cd62ef282177e5d41b6c397c8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:28:42 +0000 Subject: [PATCH] chore(deps): update pulseengine-mcp-transport requirement Updates the requirements on [pulseengine-mcp-transport](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/commits) --- updated-dependencies: - dependency-name: pulseengine-mcp-transport dependency-version: 0.17.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 258d4c5..7b7f167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ rand = "0.9" 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-transport = { version = "0.11.0" } +pulseengine-mcp-transport = { version = "0.17.1" }