fix: Install openSSL differently to make this work

This commit is contained in:
2025-09-12 20:35:44 -06:00
parent 7f8632b41d
commit 3c119595fa
3 changed files with 14 additions and 40 deletions
Generated
+11
View File
@@ -1603,6 +1603,7 @@ dependencies = [
"indoc",
"log",
"log4rs",
"openssl",
"predicates",
"pretty_assertions",
"proptest",
@@ -2470,6 +2471,15 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
name = "openssl-src"
version = "300.5.2+3.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d270b79e2926f5150189d475bc7e9d2c69f9c4697b185fa917d5a32b792d21b4"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
version = "0.9.109"
@@ -2478,6 +2488,7 @@ checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
dependencies = [
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]