From 10e18af1bf87b01121667d34126f917cef950c1f Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 25 Jun 2026 13:20:14 -0600 Subject: [PATCH] build: upgraded to openssl 0.10.79 to fix security vulnerabilities --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf9c5ba..babd875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ managarr-tree-widget = "0.25.0" indicatif = "0.17.11" derive_setters = "0.1.9" deunicode = "1.6.2" -openssl = { version = "0.10.75", features = ["vendored"] } +openssl = { version = "0.10.79", features = ["vendored"] } veil = "0.2.0" validate_theme_derive = "0.1.0" enum_display_style_derive = "0.1.0"