mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-26 07:54:46 +00:00
Bump openssl-sys from 0.9.75 to 0.9.76
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.75 to 0.9.76. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.75...openssl-sys-v0.9.76) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
94dda21326
commit
5c84194c1e
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2123,9 +2123,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.75"
|
||||
version = "0.9.76"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
||||
checksum = "5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cc",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const_format = "0.2.26"
|
|||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
indicatif = "0.17.1"
|
||||
openssl-sys = "0.9.75"
|
||||
openssl-sys = "0.9.76"
|
||||
pad = "0.1.6"
|
||||
regex = "1.6.0"
|
||||
reqwest = { version = "0.11.12", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ fast_chemail = "0.9.6"
|
|||
glob = "0.3.0"
|
||||
http = "0.2.8"
|
||||
linkify = "0.9.0"
|
||||
openssl-sys = "0.9.75"
|
||||
openssl-sys = "0.9.76"
|
||||
pulldown-cmark = "0.9.2"
|
||||
regex = "1.6.0"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
|
|
|
|||
Loading…
Reference in a new issue