mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
switch to vendored openssl and re-enable windows target
This commit is contained in:
@ -15,9 +15,14 @@ rayon = "1.10.0"
|
||||
serde = "1.0.210"
|
||||
ciborium = "0.2.2"
|
||||
time = "0.3.36"
|
||||
openssl = "0.10.66"
|
||||
hex = "0.4.3"
|
||||
|
||||
[dependencies.openssl]
|
||||
version = "0.10.66"
|
||||
features = [
|
||||
"vendored"
|
||||
]
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "1.10.0"
|
||||
features = [
|
||||
|
||||
Reference in New Issue
Block a user