From 687647af242e707f9090d39d9092ca35641ce195 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 23 Dec 2022 16:03:43 +1000 Subject: [PATCH] Update openssl .44 was yanked --- Cargo.lock | 8 ++++---- cargo/licenses.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c681ec5a0..223594384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2138,9 +2138,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.44" +version = "0.10.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29d971fd5722fec23977260f6e81aa67d2f22cadbdc2aa049f1022d9a3be1566" +checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" dependencies = [ "bitflags", "cfg-if", @@ -2170,9 +2170,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.79" +version = "0.9.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4" +checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" dependencies = [ "autocfg", "cc", diff --git a/cargo/licenses.json b/cargo/licenses.json index 5af65cdcc..ace468697 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -1405,7 +1405,7 @@ }, { "name": "openssl", - "version": "0.10.44", + "version": "0.10.45", "authors": "Steven Fackler ", "repository": "https://github.com/sfackler/rust-openssl", "license": "Apache-2.0", @@ -1432,7 +1432,7 @@ }, { "name": "openssl-sys", - "version": "0.9.79", + "version": "0.9.80", "authors": "Alex Crichton |Steven Fackler ", "repository": "https://github.com/sfackler/rust-openssl", "license": "MIT", @@ -1675,7 +1675,7 @@ }, { "name": "prost-build", - "version": "0.11.3", + "version": "0.11.4", "authors": "Dan Burkert |Lucio Franco |Tokio Contributors ", "repository": "https://github.com/tokio-rs/prost", "license": "Apache-2.0",