diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 785cde81..bd9eb906 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -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"