mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-11 17:00:59 +00:00
Bump openssl-sys from 0.9.79 to 0.9.80 (#884)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.79 to 0.9.80. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.79...openssl-sys-v0.9.80) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
48b6522008
commit
5ab90ba35a
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2333,9 +2333,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.79"
|
||||
version = "0.9.80"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4"
|
||||
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cc",
|
||||
|
|
|
|||
|
|
@ -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.79"
|
||||
openssl-sys = "0.9.80"
|
||||
pad = "0.1.6"
|
||||
regex = "1.7.0"
|
||||
reqwest = { version = "0.11.13", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -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.79"
|
||||
openssl-sys = "0.9.80"
|
||||
pulldown-cmark = "0.9.2"
|
||||
regex = "1.7.0"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
|
|
|
|||
Loading…
Reference in a new issue