chore: pin openssl-sys to `=0.9.92`

This commit is contained in:
Weihang Lo 2024-04-10 13:48:46 -04:00
parent 399f2c765c
commit 686057bddd
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ memchr = "2.7.2"
miow = "0.6.0"
opener = "0.7.0"
openssl = "0.10.57"
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
os_info = "3.8.2"
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
pathdiff = "0.2"