From 9c668b1287e9c85fe4cda29b5801864e0d3b6cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:08:03 +0000 Subject: [PATCH] Bump tauri-plugin-shell from 2.0.2 to 2.2.1 in /src-tauri Bumps [tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace) from 2.0.2 to 2.2.1. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.2...os-v2.2.1) --- updated-dependencies: - dependency-name: tauri-plugin-shell dependency-version: 2.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 6 +++--- src-tauri/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 506d741..eb1066f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4386,9 +4386,9 @@ dependencies = [ [[package]] name = "tauri-plugin-shell" -version = "2.0.2" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad7880c5586b6b2104be451e3d7fc0f3800c84bda69e9ba81c828f87cb34267" +checksum = "69d5eb3368b959937ad2aeaf6ef9a8f5d11e01ffe03629d3530707bbcb27ff5d" dependencies = [ "encoding_rs", "log", @@ -4401,7 +4401,7 @@ dependencies = [ "shared_child", "tauri", "tauri-plugin", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", ] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 644ccb2..c685ca6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -28,6 +28,6 @@ dns-lookup = "2.0.4" tokio = { version = "1.41.1", features = ["sync"] } reqwest = "0.12.9" ffbuildtool = { git = "https://github.com/OpenFusionProject/ffbuildtool.git", tag = "v5.1.0", default-features = false } -tauri-plugin-shell = "2.0.2" +tauri-plugin-shell = "2.2.1" tauri-plugin-dialog = "2" regex = "1.11.1"