From b88bcf0f9dd2eab02448d623182e67f69681c6e4 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 11 Sep 2019 06:55:40 -0700 Subject: [PATCH] Update bundled OpenSSL to 1.1.1d Brings in a few minor security fixes to the distributed Cargo/etc. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27ee38146097b..179d2f509fc70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2174,9 +2174,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" [[package]] name = "openssl-src" -version = "111.3.0+1.1.1c" +version = "111.6.0+1.1.1d" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53ed5f31d294bdf5f7a4ba0a206c2754b0f60e9a63b7e3076babc5317873c797" +checksum = "b9c2da1de8a7a3f860919c01540b03a6db16de042405a8a07a5e9d0b4b825d9c" dependencies = [ "cc", ]