Merge pull request #1204 from lycheeverse/dependabot/cargo/openssl-sys-0.9.91

This commit is contained in:
dependabot[bot] 2023-08-07 12:36:43 +00:00 committed by GitHub
commit f6f7cfb5e5
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

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

View file

@ -35,7 +35,7 @@ humantime-serde = "1.1.1"
indicatif = "0.17.6"
log = "0.4.19"
once_cell = "1.18.0"
openssl-sys = { version = "0.9.90", optional = true }
openssl-sys = { version = "0.9.91", optional = true }
pad = "0.1.6"
regex = "1.9.3"
reqwest = { version = "0.11.18", default-features = false, features = ["gzip", "json"] }

View file

@ -34,7 +34,7 @@ linkify = "0.10.0"
log = "0.4.19"
octocrab = "0.29.1"
once_cell = "1.18.0"
openssl-sys = { version = "0.9.90", optional = true }
openssl-sys = { version = "0.9.91", optional = true }
path-clean = "1.0.1"
percent-encoding = "2.3.0"
pulldown-cmark = "0.9.3"