From 2a60a4bd6aa7fb901f2bc0249521484791ef6331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 11:14:57 +0000 Subject: [PATCH] chore(deps): bump tauri-plugin-mcp-bridge in /src-tauri Bumps [tauri-plugin-mcp-bridge](https://github.com/hypothesi/mcp-server-tauri) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/hypothesi/mcp-server-tauri/releases) - [Changelog](https://github.com/hypothesi/mcp-server-tauri/blob/main/CHANGELOG.md) - [Commits](https://github.com/hypothesi/mcp-server-tauri/compare/v0.11.1...v0.11.2) --- updated-dependencies: - dependency-name: tauri-plugin-mcp-bridge dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0c7f7cb..9d33fba 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5619,9 +5619,9 @@ dependencies = [ [[package]] name = "tauri-plugin-mcp-bridge" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e711daea388cdb3c4219cba25ed93ea1013be8237bc795341e82369909bbbf4f" +checksum = "c97bb0d4c68e94ef4d132b6d572416b9d9144144ab185fe3c421f02340fee96e" dependencies = [ "base64 0.22.1", "block2 0.5.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5e436dd..ab46684 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -82,7 +82,7 @@ tower-http = { version = "0.6", features = ["cors"] } schemars = "1.2" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -tauri-plugin-mcp-bridge = "0.11.1" +tauri-plugin-mcp-bridge = "0.11.2" [features] default = ["custom-protocol"]