diff --git a/Cargo.lock b/Cargo.lock index 5ddf2e4..3178840 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2348,9 +2348,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.78" +version = "0.9.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07d5c8cb6e57b3a3612064d7b18b117912b4ce70955c2504d4b741c9e244b132" +checksum = "5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4" dependencies = [ "autocfg", "cc", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 988d6bc..3266ba7 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.2" -openssl-sys = "0.9.78" +openssl-sys = "0.9.79" pad = "0.1.6" regex = "1.6.0" reqwest = { version = "0.11.13", features = ["gzip"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 550d03f..dd122cb 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -22,7 +22,7 @@ email_address = "0.2.4" glob = "0.3.0" http = "0.2.8" linkify = "0.9.0" -openssl-sys = "0.9.78" +openssl-sys = "0.9.79" pulldown-cmark = "0.9.2" regex = "1.6.0" # Use trust-dns to avoid lookup failures on high concurrency