From a43df74dba926db6db18eeb8d8e2a6c1ec57e006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:11:05 +0000 Subject: [PATCH] Bump openssl-sys from 0.9.76 to 0.9.77 Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.76 to 0.9.77. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.77) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17b6a7c..b65b6ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2123,9 +2123,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.76" +version = "0.9.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce" +checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a" dependencies = [ "autocfg", "cc", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 9702a45..3ada687 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -24,7 +24,7 @@ const_format = "0.2.30" headers = "0.3.8" http = "0.2.8" indicatif = "0.17.1" -openssl-sys = "0.9.76" +openssl-sys = "0.9.77" pad = "0.1.6" regex = "1.6.0" reqwest = { version = "0.11.12", features = ["gzip"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 112b2ca..da0d8af 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -22,7 +22,7 @@ fast_chemail = "0.9.6" glob = "0.3.0" http = "0.2.8" linkify = "0.9.0" -openssl-sys = "0.9.76" +openssl-sys = "0.9.77" pulldown-cmark = "0.9.2" regex = "1.6.0" # Use trust-dns to avoid lookup failures on high concurrency