mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-17 03:40:59 +00:00
Merge pull request #1204 from lycheeverse/dependabot/cargo/openssl-sys-0.9.91
This commit is contained in:
commit
f6f7cfb5e5
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue