Merge pull request #4 from tonytins/dependabot/cargo/src-tauri/tauri-plugin-shell-2.2.1

Bump tauri-plugin-shell from 2.0.2 to 2.2.1 in /src-tauri
This commit is contained in:
Tony Bark 2025-04-27 11:30:43 -04:00 committed by GitHub
commit 5687e17e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
src-tauri/Cargo.lock generated
View file

@ -1787,7 +1787,7 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
dependencies = [
"proc-macro-crate 1.3.1",
"proc-macro-crate 2.0.2",
"proc-macro2",
"quote",
"syn 2.0.87",
@ -3204,9 +3204,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",
@ -3219,7 +3219,7 @@ dependencies = [
"shared_child",
"tauri",
"tauri-plugin",
"thiserror 1.0.63",
"thiserror 2.0.3",
"tokio",
]