Removed outdated openssl dependency

This commit is contained in:
Thorsten Sommer 2026-05-06 17:57:02 +02:00
parent 5c8369677e
commit 36c38480fc
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -50,9 +50,6 @@ bytes = "1.11.1" # -> almost every dependency
# See issue https://github.com/tauri-apps/tauri/issues/4470
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]
windows-registry = "0.6.1"