Skip to content

Commit

Permalink
Auto merge of #13101 - rust-lang:revert-13068-renovate/crate-openssl-…
Browse files Browse the repository at this point in the history
…vulnerability, r=ehuss

Revert "chore(deps): update rust crate openssl to 0.10.60 [security]"

Reverts #13068

`openssl@0.10.160` switches to OpenSSL v3,
which causes Cargo build failure on loongarch64.

See <rust-lang/rust#118541 (comment)>
  • Loading branch information
bors committed Dec 2, 2023
2 parents 58fb231 + df34bdd commit 8854c4d
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 @@ -63,7 +63,7 @@ libloading = "0.8.1"
memchr = "2.6.4"
miow = "0.6.0"
opener = "0.6.1"
openssl ="0.10.60"
openssl ="0.10.57"
os_info = "3.7.0"
pasetors = { version = "0.6.7", features = ["v3", "paserk", "std", "serde"] }
pathdiff = "0.2"
Expand Down

0 comments on commit 8854c4d

Please sign in to comment.