diff options
| author | bors <bors@rust-lang.org> | 2022-04-18 07:24:55 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-04-18 07:24:55 +0000 |
| commit | faecdc05abc997ba3be693024724ce205facb686 (patch) | |
| tree | 5051f52a2aae0e9737072a2f21c1af6cbfe1bc23 | |
| parent | 74582acd3b49c0f44d53cfafa20d26595a1ae278 (diff) | |
| parent | 59c66bb7b11375ba52fabc33e7595d5c4ea2cc2e (diff) | |
| download | rust-faecdc05abc997ba3be693024724ce205facb686.tar.gz rust-faecdc05abc997ba3be693024724ce205facb686.zip | |
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.
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 73dc7f03236..e908520ef69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2513,9 +2513,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.35" +version = "0.10.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885" +checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95" dependencies = [ "bitflags", "cfg-if 1.0.0", @@ -2542,9 +2542,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.65" +version = "0.9.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d" +checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb" dependencies = [ "autocfg", "cc", |
