Skip to content

Commit cdcec39

Browse files
authored
Rollup merge of #110951 - mixi:libressl-3.7.x, r=Mark-Simulacrum
Add support for LibreSSL 3.7.x This updates the `openssl-sys` crate to 0.9.87 to support building the toolchain against the system libraries provided by LibreSSL version 3.7.x. LibreSSL 3.7.x has been supported since `openssl-sys` version 0.9.85.
2 parents 0756c1c + 21ae5bd commit cdcec39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2370,9 +2370,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
23702370

23712371
[[package]]
23722372
name = "openssl-sys"
2373-
version = "0.9.84"
2373+
version = "0.9.87"
23742374
source = "registry+https://github.com/rust-lang/crates.io-index"
2375-
checksum = "3a20eace9dc2d82904039cb76dcf50fb1a0bba071cfd1629720b5d6f1ddba0fa"
2375+
checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
23762376
dependencies = [
23772377
"cc",
23782378
"libc",

0 commit comments

Comments
 (0)