From bef5debef39a8d6258554418508d143e478df52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 15:02:23 +0200 Subject: [PATCH] Bump openssl-sys from 0.9.74 to 0.9.75 (#686) Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.74 to 0.9.75. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.74...openssl-sys-v0.9.75) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 74c282c..797952d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2137,9 +2137,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.74" +version = "0.9.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1" +checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" dependencies = [ "autocfg", "cc", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 36c3b46..9c63248 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -24,7 +24,7 @@ const_format = "0.2.26" headers = "0.3.7" http = "0.2.8" indicatif = "0.16.2" -openssl-sys = "0.9.74" +openssl-sys = "0.9.75" pad = "0.1.6" regex = "1.6.0" reqwest = { version = "0.11.11", features = ["gzip"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 9eb4044..3ea39f1 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.74" +openssl-sys = "0.9.75" pulldown-cmark = "0.9.1" regex = "1.6.0" # Use trust-dns to avoid lookup failures on high concurrency