diff options
| author | bors <bors@rust-lang.org> | 2020-05-04 23:45:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-05-04 23:45:41 +0000 |
| commit | 8d69840ab92ea7f4d323420088dd8c9775f180cd (patch) | |
| tree | b343bbbb72d07af4b8a88d9c07e77edf925ec6e9 /Cargo.lock | |
| parent | 4fb7144ed159f94491249e86d5bbd033b5d60550 (diff) | |
| parent | 1eb1c8d1f270014d68ca8becb693a1f02f7332fc (diff) | |
| download | rust-1.43.1.tar.gz rust-1.43.1.zip | |
Auto merge of #71868 - Mark-Simulacrum:stable-1.43.1, r=pietroalbini 1.43.1
[stable] 1.43.1 release * [Updated openssl-src to 1.1.1g for CVE-2020-1967.][71430] * [Fixed the stabilization of AVX-512 features.][71473] * [Fixed `cargo package --list` not working with unpublished dependencies.][cargo/8151] [71430]: https://github.com/rust-lang/rust/pull/71430 [71473]: https://github.com/rust-lang/rust/issues/71473 [cargo/8151]: https://github.com/rust-lang/cargo/issues/8151
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index d41517cd4f6..ee44765eb24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2249,9 +2249,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" [[package]] name = "openssl-src" -version = "111.6.1+1.1.1d" +version = "111.9.0+1.1.1g" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c91b04cb43c1a8a90e934e0cd612e2a5715d976d2d6cff4490278a0cddf35005" +checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4" dependencies = [ "cc", ] |
