mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-28 00:44:46 +00:00
Bump openssl-sys from 0.9.73 to 0.9.74 (#635)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.73 to 0.9.74. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.73...openssl-sys-v0.9.74) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... 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
a557cba0b4
commit
5432ec8c22
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2106,9 +2106,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.73"
|
||||
version = "0.9.74"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0"
|
||||
checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cc",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const_format = "0.2.24"
|
|||
headers = "0.3.7"
|
||||
http = "0.2.7"
|
||||
indicatif = "0.16.2"
|
||||
openssl-sys = "0.9.72"
|
||||
openssl-sys = "0.9.74"
|
||||
pad = "0.1.6"
|
||||
regex = "1.5.6"
|
||||
reqwest = { version = "0.11.10", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ fast_chemail = "0.9.6"
|
|||
glob = "0.3.0"
|
||||
http = "0.2.7"
|
||||
linkify = "0.8.1"
|
||||
openssl-sys = "0.9.72"
|
||||
openssl-sys = "0.9.74"
|
||||
pulldown-cmark = "0.9.1"
|
||||
regex = "1.5.6"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
|
|
|
|||
Loading…
Reference in a new issue