mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 20:20:32 +00:00
Merge pull request #1050 from lycheeverse/dependabot/cargo/openssl-sys-0.9.86
This commit is contained in:
commit
5bbd749c8c
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2374,9 +2374,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.85"
|
||||
version = "0.9.86"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0d3d193fb1488ad46ffe3aaabc912cc931d02ee8518fe2959aea8ef52718b0c0"
|
||||
checksum = "992bac49bdbab4423199c654a5515bd2a6c6a23bf03f2dd3bdb7e5ae6259bc69"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
|
|
|||
|
|
@ -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.85"
|
||||
openssl-sys = "0.9.86"
|
||||
pad = "0.1.6"
|
||||
regex = "1.7.3"
|
||||
reqwest = { version = "0.11.16", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -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.85"
|
||||
openssl-sys = "0.9.86"
|
||||
pulldown-cmark = "0.9.2"
|
||||
regex = "1.7.3"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
|
|
|
|||
Loading…
Reference in a new issue