mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-27 16:34:46 +00:00
Bump openssl-sys from 0.9.70 to 0.9.71 (#395)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.70 to 0.9.71. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.70...openssl-sys-v0.9.71) --- 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
25b70a1129
commit
fc9790b98b
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1774,9 +1774,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.70"
|
||||
version = "0.9.71"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c6517987b3f8226b5da3661dad65ff7f300cc59fb5ea8333ca191fc65fde3edf"
|
||||
checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cc",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ headers = "0.3.5"
|
|||
http = "0.2.5"
|
||||
indicatif = "0.15.0"
|
||||
lazy_static = "1.4.0"
|
||||
openssl-sys = "0.9.68"
|
||||
openssl-sys = "0.9.71"
|
||||
pad = "0.1.6"
|
||||
regex = "1.4.6"
|
||||
reqwest = { version = "0.11.6", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ http = "0.2.5"
|
|||
hubcaps = "0.6.2"
|
||||
linkify = "0.7.0"
|
||||
markup5ever_rcdom = "0.1.0"
|
||||
openssl-sys = "0.9.68"
|
||||
openssl-sys = "0.9.71"
|
||||
pulldown-cmark = "0.8.0"
|
||||
regex = "1.4.6"
|
||||
reqwest = { version = "0.11.6", features = ["gzip"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue