🎨 Optimize the code of version 1.3.

This commit is contained in:
Tw93
2023-06-07 13:16:25 +08:00
parent e9486e1b67
commit 9221bbce10
5 changed files with 184 additions and 182 deletions

View File

@@ -15,8 +15,8 @@ rust-version = "1.63.0"
tauri-build = { version = "1.3.0", features = [] }
[dependencies]
serde_json = "1.0.89"
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.96"
serde = { version = "1.0.163", features = ["derive"] }
tauri = { version = "1.3.0", features = ["api-all", "system-tray"] }
download_rs = { version = "0.2.0", features = ["sync_download"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }