🔧 Upgrade dependencies to the latest
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user