Skip to content

Commit 0e18edf

Browse files
committed
Auto merge of #13159 - heiher:bump-openssl, r=weihanglo
chore(deps): update rust crate openssl to 0.10.61 ### What does this PR try to resolve? Bump rust crate `openssl` to `0.10.61`. This is a major bump that Cargo starts depending on OpenSSL v3 via [[email protected]+3.1.1](https://crates.io/crates/openssl-src/300.1.2+3.1.1) Some other notes: * OpenSSL 3.1.1 was released on [2023-05-30](https://github.com/openssl/openssl/blob/master/CHANGES.md#changes-between-310-and-311-30-may-2023). * Starting from 1.6 [libgit2 supports OpenSSL v3](https://github.com/libgit2/libgit2/blob/main/docs/changelog.md#v16) * Starting from 1.10.0 [libssh2 supports OpenSSL v3](https://libssh2.org/changes.html#1.10.0) * OpenSSL 1.1.1 [is EOL](https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/). * curl seems to support OpenSSL v3 before it got released. ### How should we test and review this PR? Build test. ### Additional information The openssl build issue for loongarch is resolved.
2 parents 7c722f7 + 8e9a62d commit 0e18edf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ libloading = "0.8.1"
6363
memchr = "2.6.4"
6464
miow = "0.6.0"
6565
opener = "0.6.1"
66-
openssl ="0.10.57"
66+
openssl ="0.10.61"
6767
os_info = "3.7.0"
6868
pasetors = { version = "0.6.7", features = ["v3", "paserk", "std", "serde"] }
6969
pathdiff = "0.2"

0 commit comments

Comments
 (0)