Skip to content

Commit faecdc0

Browse files
committed
Auto merge of #96113 - mixi:libressl-3.4.x, r=Mark-Simulacrum
Add support for LibreSSL 3.4.x This updates the `openssl` and `openssl-sys` crates to support building the toolchain with system libraries up to LibreSSL 3.4.x. LibreSSL 3.4.0 has been supported since `openssl-sys` version 0.9.67, LibreSSL 3.4.x since `openssl-sys` 0.9.72.
2 parents 74582ac + 59c66bb commit faecdc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2513,9 +2513,9 @@ dependencies = [
25132513

25142514
[[package]]
25152515
name = "openssl"
2516-
version = "0.10.35"
2516+
version = "0.10.38"
25172517
source = "registry+https://github.com/rust-lang/crates.io-index"
2518-
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
2518+
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
25192519
dependencies = [
25202520
"bitflags",
25212521
"cfg-if 1.0.0",
@@ -2542,9 +2542,9 @@ dependencies = [
25422542

25432543
[[package]]
25442544
name = "openssl-sys"
2545-
version = "0.9.65"
2545+
version = "0.9.72"
25462546
source = "registry+https://github.com/rust-lang/crates.io-index"
2547-
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
2547+
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
25482548
dependencies = [
25492549
"autocfg",
25502550
"cc",

0 commit comments

Comments
 (0)