build: bump openssl-sys from 0.9.68 to 0.9.70

Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.68 to 0.9.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.68...openssl-sys-v0.9.70)

---
updated-dependencies:
- dependency-name: openssl-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-02 05:23:21 +00:00
parent 1d095a929c
commit bbc300b2cd

4
Cargo.lock generated
View File

@ -625,9 +625,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.68"
version = "0.9.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c571f25d3f66dd427e417cebf73dbe2361d6125cf6e3a70d143fdf97c9f5150"
checksum = "c6517987b3f8226b5da3661dad65ff7f300cc59fb5ea8333ca191fc65fde3edf"
dependencies = [
"autocfg",
"cc",