From 36c38480fcf138c5fc15cafadc3976bbb1f2f4cc Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 6 May 2026 17:57:02 +0200 Subject: [PATCH] Removed outdated openssl dependency --- runtime/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) 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"