diff --git a/ui/src-tauri/Cargo.lock b/ui/src-tauri/Cargo.lock index 997a131..e4742b6 100644 --- a/ui/src-tauri/Cargo.lock +++ b/ui/src-tauri/Cargo.lock @@ -3943,9 +3943,9 @@ dependencies = [ [[package]] name = "tauri-plugin-shell" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2929bb35edb7255949e0cbcb2285ff6b02371bf826ad03471077b6b3bf4e6d60" +checksum = "371fb9aca2823990a2d0db7970573be5fdf07881fcaa2b835b29631feb84aec1" dependencies = [ "encoding_rs", "log", diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml index e72663e..4fa3eaa 100644 --- a/ui/src-tauri/Cargo.toml +++ b/ui/src-tauri/Cargo.toml @@ -29,6 +29,6 @@ async-std = "=1.13.0" [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies] tauri-plugin-updater = "=2.0.1" -tauri-plugin-shell = "=2.0.0" +tauri-plugin-shell = "=2.0.1" fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" } interprocess = "=2.2.1"