Skip to content

Commit

Permalink
fix: vendor ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Aug 8, 2022
1 parent 8212d01 commit a8dca40
Show file tree
Hide file tree
Showing 2 changed files with 15 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.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ serde-aux = "3.0"
serde_yaml = "0.9"
thiserror = "1.0"

[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[dependencies.reqwest]
features = ["json"]
version = "0.11"
Expand Down

0 comments on commit a8dca40

Please sign in to comment.