Skip to content

Commit

Permalink
Attempt to avoid openssl being required
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 21, 2023
1 parent 2345a27 commit 8c32b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 173 deletions.
172 changes: 0 additions & 172 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ chrono = "0.4.31"
fs_extra = "1.3.0"
glob = "0.3.1"

reqwest = { version = "0.11.22", features = ["serde_json", "json", "blocking", "multipart"] }
reqwest = { version = "0.11.22", default-features = false, features = [
"serde_json", "json", "blocking", "multipart", "rustls-tls"
] }

anyhow = "1.0.75"

0 comments on commit 8c32b3b

Please sign in to comment.