mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-13 19:24:10 +00:00
Removed outdated openssl dependency
This commit is contained in:
parent
5c8369677e
commit
36c38480fc
@ -50,9 +50,6 @@ bytes = "1.11.1" # -> almost every dependency
|
|||||||
# See issue https://github.com/tauri-apps/tauri/issues/4470
|
# See issue https://github.com/tauri-apps/tauri/issues/4470
|
||||||
reqwest = { version = "0.13.2", features = ["native-tls-vendored"] }
|
reqwest = { version = "0.13.2", features = ["native-tls-vendored"] }
|
||||||
|
|
||||||
# Fixes security vulnerability downstream, where the upstream is not fixed yet:
|
|
||||||
openssl = "0.10.76" # -> reqwest, Tauri v1
|
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
windows-registry = "0.6.1"
|
windows-registry = "0.6.1"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user