Merge pull request #839 from lycheeverse/dependabot/cargo/openssl-sys-0.9.78

This commit is contained in:
dependabot[bot] 2022-11-28 11:26:44 +00:00 committed by GitHub
commit 49d20e81cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2334,9 +2334,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.77"
version = "0.9.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
checksum = "07d5c8cb6e57b3a3612064d7b18b117912b4ce70955c2504d4b741c9e244b132"
dependencies = [
"autocfg",
"cc",

View file

@ -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.77"
openssl-sys = "0.9.78"
pad = "0.1.6"
regex = "1.6.0"
reqwest = { version = "0.11.13", features = ["gzip"] }

View file

@ -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.77"
openssl-sys = "0.9.78"
pulldown-cmark = "0.9.2"
regex = "1.6.0"
# Use trust-dns to avoid lookup failures on high concurrency