mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-20 04:32:15 +00:00
Upgraded file-format dependency
This commit is contained in:
parent
ee0233a30a
commit
5c8369677e
@ -32,7 +32,7 @@ pbkdf2 = "0.12.2"
|
|||||||
hmac = "0.12.1"
|
hmac = "0.12.1"
|
||||||
sha2 = "0.10.8"
|
sha2 = "0.10.8"
|
||||||
rcgen = { version = "0.14.7", features = ["pem"] }
|
rcgen = { version = "0.14.7", features = ["pem"] }
|
||||||
file-format = "0.28.0"
|
file-format = "0.29.0"
|
||||||
calamine = "0.34.0"
|
calamine = "0.34.0"
|
||||||
pdfium-render = "0.8.37"
|
pdfium-render = "0.8.37"
|
||||||
sys-locale = "0.3.2"
|
sys-locale = "0.3.2"
|
||||||
@ -45,9 +45,6 @@ sysinfo = "0.38.4"
|
|||||||
# Fixes security vulnerability downstream, where the upstream is not fixed yet:
|
# Fixes security vulnerability downstream, where the upstream is not fixed yet:
|
||||||
time = "0.3.47" # -> Rocket
|
time = "0.3.47" # -> Rocket
|
||||||
bytes = "1.11.1" # -> almost every dependency
|
bytes = "1.11.1" # -> almost every dependency
|
||||||
tauri-plugin-shell = "2.3.5"
|
|
||||||
tauri-plugin-dialog = "2.6.0"
|
|
||||||
tauri-plugin-opener = "2.5.4"
|
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||||||
# See issue https://github.com/tauri-apps/tauri/issues/4470
|
# See issue https://github.com/tauri-apps/tauri/issues/4470
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user