Revert some things

This commit is contained in:
Peer Schütt 2025-03-12 10:00:27 +01:00
parent baf8cdc9d4
commit a6b7357385
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "mindwork-ai-studio"
version = "0.9.32"
version = "0.9.31"
edition = "2021"
description = "MindWork AI Studio"
authors = ["Thorsten Sommer"]
@ -11,14 +11,14 @@ tauri-build = { version = "1.5", features = [] }
[dependencies]
tauri = { version = "1.8", features = [ "http-all", "updater", "shell-sidecar", "shell-open", "dialog"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
serde = { version = "1.0.218", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
keyring = { version = "3.6.2", features = ["apple-native", "windows-native", "sync-secret-service"] }
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }
arboard = "3.4.1"
tokio = { version = "1.44", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.42", features = ["rt", "rt-multi-thread", "macros"] }
flexi_logger = "0.29.8"
log = { version = "0.4.26", features = ["kv"] }
once_cell = "1.20.3"
log = { version = "0.4", features = ["kv"] }
once_cell = "1.20"
rocket = { version = "0.5.1", features = ["json", "tls"] }
rand = "0.9"
rand_chacha = "0.9"
@ -33,7 +33,6 @@ rcgen = { version = "0.13.2", features = ["pem"] }
# Fixes security vulnerability downstream, where the upstream is not fixed yet:
url = "2.5"
ring = "0.17.13"
[target.'cfg(target_os = "linux")'.dependencies]
# See issue https://github.com/tauri-apps/tauri/issues/4470

View File

@ -6,7 +6,7 @@
},
"package": {
"productName": "MindWork AI Studio",
"version": "0.9.32"
"version": "0.9.31"
},
"tauri": {
"allowlist": {