Skip to content

Commit 2289f46

Browse files
committed
chore: pin also openssl crate to 0.10.57
1 parent 29214ba commit 2289f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ libloading = "0.8.5"
6666
memchr = "2.7.4"
6767
miow = "0.6.0"
6868
opener = "0.7.1"
69-
openssl = "0.10.66"
69+
openssl = "=0.10.57" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
7070
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
7171
os_info = { version = "3.8.2", default-features = false }
7272
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }

0 commit comments

Comments
 (0)