fix openssl
All checks were successful
Build and Test / account (push) Successful in 8m0s

This commit is contained in:
Maple Nebel 2026-05-02 13:42:03 +02:00
commit 8d6a90df79
4 changed files with 11 additions and 7 deletions

View file

@ -53,6 +53,6 @@ sha256 = "1.6.0"
p256 = "0.13.2"
k256 = "0.13.4"
dsa = "0.6.3"
openssl = "0.10.78"
openssl = {version = "0.10.78", features = ["vendored"]}
time = "0.3.47"
hickory-resolver = { version = "0.24", features = ["tokio-runtime"] }