Bump openssl-sys from 0.9.88 to 0.9.90

Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.88 to 0.9.90.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.88...openssl-sys-v0.9.90)

---
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:
dependabot[bot] 2023-06-21 12:58:30 +00:00 committed by GitHub
parent b3163ace96
commit 4875f998c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2388,9 +2388,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.88"
version = "0.9.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617"
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
dependencies = [
"cc",
"libc",

View file

@ -24,7 +24,7 @@ const_format = "0.2.31"
headers = "0.3.8"
http = "0.2.9"
indicatif = "0.17.5"
openssl-sys = { version = "0.9.88", optional = true }
openssl-sys = { version = "0.9.90", optional = true }
pad = "0.1.6"
regex = "1.8.4"
reqwest = { version = "0.11.18", default-features = false, features = ["gzip", "json"] }

View file

@ -22,7 +22,7 @@ email_address = "0.2.4"
glob = "0.3.1"
http = "0.2.9"
linkify = "0.9.0"
openssl-sys = { version = "0.9.88", optional = true }
openssl-sys = { version = "0.9.90", optional = true }
pulldown-cmark = "0.9.3"
regex = "1.8.4"
# Use trust-dns to avoid lookup failures on high concurrency