chore: update deps

This commit is contained in:
huzibaca 2024-12-14 16:21:16 +08:00
parent b149084e39
commit 800f994b10
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@ -6838,9 +6838,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-plugin-updater" name = "tauri-plugin-updater"
version = "2.2.0" version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c3c24e75f8b9e6415968b9bafa746732dfa58d83294bc03b82975854af5e631" checksum = "b7351014c140906bcfff59d96e04b1170c8f602557f40eb37f7de356d4e7067b"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"dirs 5.0.1", "dirs 5.0.1",

View File

@ -73,7 +73,7 @@ users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-autostart = "2.2.0" tauri-plugin-autostart = "2.2.0"
tauri-plugin-global-shortcut = "2.2.0" tauri-plugin-global-shortcut = "2.2.0"
tauri-plugin-updater = "2.2.0" tauri-plugin-updater = "2.3.0"
tauri-plugin-window-state = "2.2.0" tauri-plugin-window-state = "2.2.0"
#openssl #openssl