Updated Tauri dependencies

This commit is contained in:
Thorsten Sommer 2026-05-06 17:57:34 +02:00
parent 36c38480fc
commit 5ba5d9e103
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 1866 additions and 1182 deletions

3041
runtime/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,11 +6,14 @@ description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
[build-dependencies]
tauri-build = { version = "2.5.6", features = [] }
tauri-build = { version = "2.6.1", features = [] }
[dependencies]
tauri = { version = "2.10.3", features = [] }
tauri = { version = "2.11.1", features = [] }
tauri-plugin-window-state = { version = "2.4.1" }
tauri-plugin-shell = "2.3.5"
tauri-plugin-dialog = "2.7.1"
tauri-plugin-opener = "2.5.4"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
keyring = { version = "3.6.2", features = ["apple-native", "windows-native", "sync-secret-service"] }