mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-21 03:32:15 +00:00
Updated Tauri dependencies
This commit is contained in:
parent
36c38480fc
commit
5ba5d9e103
3041
runtime/Cargo.lock
generated
3041
runtime/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,11 +6,14 @@ description = "MindWork AI Studio"
|
|||||||
authors = ["Thorsten Sommer"]
|
authors = ["Thorsten Sommer"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-build = { version = "2.5.6", features = [] }
|
tauri-build = { version = "2.6.1", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tauri = { version = "2.10.3", features = [] }
|
tauri = { version = "2.11.1", features = [] }
|
||||||
tauri-plugin-window-state = { version = "2.4.1" }
|
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 = { version = "1.0.228", features = ["derive"] }
|
||||||
serde_json = "1.0.149"
|
serde_json = "1.0.149"
|
||||||
keyring = { version = "3.6.2", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
keyring = { version = "3.6.2", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user