From f17c17f576c3e0a682d3f697ed9cfa4615c0ca0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 12:58:26 +0000 Subject: [PATCH] Bump openssl-sys from 0.9.83 to 0.9.85 Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.83 to 0.9.85. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.83...openssl-sys-v0.9.85) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96db61f..e69ad22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2352,11 +2352,10 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.83" +version = "0.9.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b" +checksum = "0d3d193fb1488ad46ffe3aaabc912cc931d02ee8518fe2959aea8ef52718b0c0" dependencies = [ - "autocfg", "cc", "libc", "openssl-src", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index c36a1d3..afe7faf 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.9" indicatif = "0.17.3" -openssl-sys = "0.9.83" +openssl-sys = "0.9.85" pad = "0.1.6" regex = "1.7.3" reqwest = { version = "0.11.16", features = ["gzip"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 5754b79..7e3108f 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -22,7 +22,7 @@ email_address = "0.2.4" glob = "0.3.1" http = "0.2.9" linkify = "0.9.0" -openssl-sys = "0.9.83" +openssl-sys = "0.9.85" pulldown-cmark = "0.9.2" regex = "1.7.3" # Use trust-dns to avoid lookup failures on high concurrency