mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-04-30 01:41:41 -04:00
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:
commit
5687e17e41
1 changed files with 4 additions and 4 deletions
8
src-tauri/Cargo.lock
generated
8
src-tauri/Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue