feat: verify updater package and harden client reliability in 0.1.25

This commit is contained in:
2026-02-20 22:15:28 +08:00
parent fe544efc91
commit c8f63d6fc9
7 changed files with 393 additions and 18 deletions

View File

@@ -693,18 +693,21 @@ dependencies = [
[[package]]
name = "desktop-client"
version = "0.1.24"
version = "0.1.25"
dependencies = [
"reqwest 0.12.28",
"rusqlite",
"serde",
"serde_json",
"sha2",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-opener",
"tokio",
"urlencoding",
"walkdir",
"windows-sys 0.59.0",
]
[[package]]