chore: update tauri (#1307)

This commit is contained in:
ToBinio
2024-07-20 19:15:02 +02:00
committed by GitHub
parent ba9dc6ce26
commit 90f74427d9
6 changed files with 137 additions and 138 deletions

View File

@@ -10,7 +10,7 @@ theseus = { path = "../../packages/app-lib", features = ["cli"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6", features = ["shell-open"] }
tauri = { version = "1.7.1", features = ["shell-open"] }
tokio = { version = "1", features = ["full"] }
thiserror = "1.0"
url = "2.2"