Skip to content

Commit

Permalink
Merge pull request #1204 from lycheeverse/dependabot/cargo/openssl-sy…
Browse files Browse the repository at this point in the history
…s-0.9.91
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
2 parents 13f5a3a + 8e6f758 commit f6f7cfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6f7cfb

Please sign in to comment.