mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-05 04:14:53 +00:00
Bump openssl-sys from 0.9.81 to 0.9.82
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.81 to 0.9.82. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.81...openssl-sys-v0.9.82) --- 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
cd45f9db07
commit
e938c064a7
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2337,9 +2337,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.81"
|
||||
version = "0.9.82"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "176be2629957c157240f68f61f2d0053ad3a4ecfdd9ebf1e6521d18d9635cf67"
|
||||
checksum = "a95792af3c4e0153c3914df2261bedd30a98476f94dc892b67dfe1d89d433a04"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cc",
|
||||
|
|
|
|||
|
|
@ -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.81"
|
||||
openssl-sys = "0.9.82"
|
||||
pad = "0.1.6"
|
||||
regex = "1.7.1"
|
||||
reqwest = { version = "0.11.14", 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.81"
|
||||
openssl-sys = "0.9.82"
|
||||
pulldown-cmark = "0.9.2"
|
||||
regex = "1.7.1"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
|
|
|
|||
Loading…
Reference in a new issue