Merge pull request #1055 from lycheeverse/dependabot/cargo/openssl-sys-0.9.87

This commit is contained in:
dependabot[bot] 2023-04-25 13:04:50 +00:00 committed by GitHub
commit 47c5426e73
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

@ -2374,9 +2374,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.86"
version = "0.9.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "992bac49bdbab4423199c654a5515bd2a6c6a23bf03f2dd3bdb7e5ae6259bc69"
checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
dependencies = [
"cc",
"libc",

View file

@ -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.86"
openssl-sys = "0.9.87"
pad = "0.1.6"
regex = "1.8.1"
reqwest = { version = "0.11.16", features = ["gzip"] }

View file

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