From 2050ea4133869b4957a4ae0b776bd95e25ea755b Mon Sep 17 00:00:00 2001 From: Panakotta00 Date: Sat, 20 Jul 2024 13:08:07 +0200 Subject: [PATCH] fix: try fix deploy workflow --- Website/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Website/Cargo.toml b/Website/Cargo.toml index bcbe134..4080c06 100644 --- a/Website/Cargo.toml +++ b/Website/Cargo.toml @@ -24,3 +24,4 @@ zip = "2.1.4" toml = "0.8.15" url = "2.5.2" reqwest = "0.12.5" +openssl = { version = "0.10.64", features = ["vendored"] }