From bd93d3388dc359a11f28bed73061aaaefc534812 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 18 Oct 2024 11:21:49 +0200 Subject: [PATCH] Upgraded Tauri to v1.8.1 --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 66ab6799..80bf3367 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Thorsten Sommer"] tauri-build = { version = "1.5", features = [] } [dependencies] -tauri = { version = "1.7.2", features = [ "http-all", "updater", "shell-sidecar", "shell-open"] } +tauri = { version = "1.8.1", features = [ "http-all", "updater", "shell-sidecar", "shell-open"] } tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"