Skip to content

Commit

Permalink
fix: use vendored openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 authored and adriencaccia committed Nov 27, 2023
1 parent 2301c23 commit 21fdad8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ lazy_static = "1.4.0"
log = "0.4.20"
rand = "0.8.5"
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["json", "stream"] }
reqwest = { version = "0.11.22", features = [
"json",
"stream",
"native-tls-vendored",
] }
reqwest-middleware = "0.2.4"
reqwest-retry = "0.3.0"
serde = { version = "1.0.192", features = ["derive"] }
Expand Down

0 comments on commit 21fdad8

Please sign in to comment.