mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-04 11:54:46 +00:00
Bump openssl-sys from 0.9.90 to 0.9.91
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.90 to 0.9.91. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.90...openssl-sys-v0.9.91) --- 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:
parent
1e0877e7da
commit
8e6f758c5a
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