diff --git a/Cargo.lock b/Cargo.lock index 3e249db..cc7a2f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2315,9 +2315,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.82" +version = "0.9.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a95792af3c4e0153c3914df2261bedd30a98476f94dc892b67dfe1d89d433a04" +checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b" dependencies = [ "autocfg", "cc", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 11cfdda..2e093d4 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.82" +openssl-sys = "0.9.83" pad = "0.1.6" regex = "1.7.2" reqwest = { version = "0.11.15", features = ["gzip"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 8f1ceb2..3b39a5b 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.82" +openssl-sys = "0.9.83" pulldown-cmark = "0.9.2" regex = "1.7.2" # Use trust-dns to avoid lookup failures on high concurrency