From 57d5e633fb4a01fab2d52fcda56d789a16a0d8da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 07:40:24 +0000 Subject: [PATCH] Bump openssl-sys from 0.9.58 to 0.9.59 Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.58 to 0.9.59. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.58...openssl-sys-v0.9.59) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84fe518..7a6f6ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2151,9 +2151,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.58" +version = "0.9.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" +checksum = "de52d8eabd217311538a39bba130d7dea1f1e118010fee7a033d966845e7d5fe" dependencies = [ "autocfg", "cc", diff --git a/Cargo.toml b/Cargo.toml index 7416eea..7f991f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ deadpool = "0.6.0" shellexpand = "2.0" lazy_static = "1.1" wiremock = "0.3.0" -openssl-sys = "0.9.58" +openssl-sys = "0.9.59" serde_json = "1.0.60" [dependencies.reqwest]