🔧 Upgrade dependencies to the latest

This commit is contained in:
Tw93
2024-12-10 17:22:50 +08:00
parent 01607659b7
commit 82ea1c0200
2 changed files with 21 additions and 19 deletions

View File

@@ -21,12 +21,12 @@ tauri-build = { version = "2.0.3", features = [] }
serde_json = "1.0.133"
serde = { version = "1.0.215", features = ["derive"] }
tauri = { version = "2.1.1", features = ["tray-icon", "image-ico", "image-png", "macos-proxy"] }
tauri-plugin-window-state = "2.0.2"
tauri-plugin-window-state = "2.2.0"
tauri-plugin-oauth = "2"
tauri-plugin-http = "2.0.3"
tauri-plugin-http = "2.2.0"
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-global-shortcut = { version = "2.0.1" }
tauri-plugin-shell = "2.0.0"
tauri-plugin-global-shortcut = { version = "2.2.0" }
tauri-plugin-shell = "2.2.0"
tokio = { version = "1", features = ["full"] }
[features]