Skip to content

Commit

Permalink
Link openssl statically - fixes #340
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh authored and snshn committed Sep 3, 2024
1 parent 329c056 commit e25b7bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ markup5ever_rcdom = "0.3.0" # Used for manipulating DOM
percent-encoding = "2.3.1" # Used for encoding URLs
sha2 = "0.10.8" # Used for calculating checksums during integrity checks
url = "2.5.0" # Used for parsing URLs
openssl = { version = "0.10.64", features = ["vendored"] } # Used for making network requests

# Used for parsing srcset and NOSCRIPT
[dependencies.regex]
Expand Down

0 comments on commit e25b7bc

Please sign in to comment.