diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-04-29 15:51:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-29 15:51:16 +0200 |
| commit | cdcec39be6ceaf1e196ca1d6e7033744832b4f75 (patch) | |
| tree | e691f6f6e440ac6afb7fd10ebf3d7e056c77d478 | |
| parent | 0756c1cb89e65de762cc13f4b37acaa72a6bbdcc (diff) | |
| parent | 21ae5bd5c0b44dfd9740432c4c0f0667ce454e10 (diff) | |
| download | rust-cdcec39be6ceaf1e196ca1d6e7033744832b4f75.tar.gz rust-cdcec39be6ceaf1e196ca1d6e7033744832b4f75.zip | |
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.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 683331d4724..dc12737851e 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", |
