Skip to content

Commit 59c66bb

Browse files
committed
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.
1 parent 080d545 commit 59c66bb

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
@@ -2502,9 +2502,9 @@ dependencies = [
25022502

25032503
[[package]]
25042504
name = "openssl"
2505-
version = "0.10.35"
2505+
version = "0.10.38"
25062506
source = "registry+https://github.com/rust-lang/crates.io-index"
2507-
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
2507+
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
25082508
dependencies = [
25092509
"bitflags",
25102510
"cfg-if 1.0.0",
@@ -2531,9 +2531,9 @@ dependencies = [
25312531

25322532
[[package]]
25332533
name = "openssl-sys"
2534-
version = "0.9.65"
2534+
version = "0.9.72"
25352535
source = "registry+https://github.com/rust-lang/crates.io-index"
2536-
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
2536+
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
25372537
dependencies = [
25382538
"autocfg",
25392539
"cc",

0 commit comments

Comments
 (0)