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"