Skip to content

Commit

Permalink
Auto merge of #14391 - weihanglo:downgrade-openssl, r=epage
Browse files Browse the repository at this point in the history
chore: downgrade to openssl v1.1.1 (again)

It happened again in <#14299>.
See <#13546 (comment)> and <#13731>.
  • Loading branch information
bors committed Aug 13, 2024
2 parents 94935a0 + 2289f46 commit 2f738d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libloading = "0.8.5"
memchr = "2.7.4"
miow = "0.6.0"
opener = "0.7.1"
openssl = "0.10.66"
openssl = "=0.10.57" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
os_info = { version = "3.8.2", default-features = false }
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
Expand Down

0 comments on commit 2f738d6

Please sign in to comment.