update Tauri deps

This commit is contained in:
Martin Kavík 2024-12-04 15:15:26 +01:00
parent 6500531270
commit 4c00a633af
6 changed files with 774 additions and 677 deletions

View file

@ -13,16 +13,16 @@ name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "=2.0.0-beta.17", features = [] }
tauri-build = { version = "2.0.3", features = [] }
[dependencies]
wellen.workspace = true
shared = { path = "../shared", features = ["backend"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "=2.0.0-beta.22", features = ["macos-private-api", "linux-ipc-protocol"] }
tauri-plugin-window-state = "=2.0.0-beta.9"
tauri-plugin-dialog = "=2.0.0-beta.9"
tauri = { version = "2.1.1", features = ["macos-private-api"] }
tauri-plugin-window-state = "2.0.2"
tauri-plugin-dialog = "2.0.4"
once_cell = "1.19.0"
futures = "0.3.30"
reqwest = "0.12.9"