chore(deps): update to tauri alpha.12 (#593)

This commit is contained in:
Lucas Fernandes Nogueira
2023-09-07 00:11:07 -03:00
committed by GitHub
parent 70e535abd5
commit 4e2cef9b70
13 changed files with 117 additions and 124 deletions
@@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri = { version = "2.0.0-alpha.8", features = [] }
tauri = { version = "2.0.0-alpha.12", features = [] }
tokio = { version = "1", features = ["net"] }
futures-util = "0.3"
tauri-plugin-websocket = { path = "../../../" }