about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohannes Nixdorf <mixi@exherbo.org>2023-04-28 16:26:21 +0200
committerJohannes Nixdorf <mixi@exherbo.org>2023-04-28 16:29:14 +0200
commit21ae5bd5c0b44dfd9740432c4c0f0667ce454e10 (patch)
treef4fa4abd793be3f45c7656cb2591409c6d263665
parent43a78029b4f4d92978b8fde0a677ea300b113c41 (diff)
downloadrust-21ae5bd5c0b44dfd9740432c4c0f0667ce454e10.tar.gz
rust-21ae5bd5c0b44dfd9740432c4c0f0667ce454e10.zip
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.
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 06a2a36f455..4aba50acd31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2370,9 +2370,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 
 [[package]]
 name = "openssl-sys"
-version = "0.9.84"
+version = "0.9.87"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3a20eace9dc2d82904039cb76dcf50fb1a0bba071cfd1629720b5d6f1ddba0fa"
+checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
 dependencies = [
  "cc",
  "libc",