Skip to content

Commit 2f738d6

Browse files
committed
Auto merge of #14391 - weihanglo:downgrade-openssl, r=epage
chore: downgrade to openssl v1.1.1 (again) It happened again in <#14299>. See <#13546 (comment)> and <#13731>.
2 parents 94935a0 + 2289f46 commit 2f738d6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)