diff --git a/Cargo.lock b/Cargo.lock index 41fdc4a..43fd85a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2389,9 +2389,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.87" +version = "0.9.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" +checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" dependencies = [ "cc", "libc", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index e18f2f2..cf69bff 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -24,7 +24,7 @@ const_format = "0.2.31" headers = "0.3.8" http = "0.2.9" indicatif = "0.17.3" -openssl-sys = "0.9.87" +openssl-sys = "0.9.88" pad = "0.1.6" regex = "1.8.3" reqwest = { version = "0.11.18", features = ["gzip"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 1c6879f..609385b 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.87" +openssl-sys = "0.9.88" pulldown-cmark = "0.9.3" regex = "1.8.3" # Use trust-dns to avoid lookup failures on high concurrency