Skip to content

Commit

Permalink
Switch to RustTLS, update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 25, 2023
1 parent 5f2fcf4 commit 736b4b9
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 145 deletions.
234 changes: 90 additions & 144 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 imageflow_http_helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2018"
[dependencies]
imageflow_helpers = { path = "../imageflow_helpers", version = "*" }

reqwest = { version = "0.11", features = ["blocking"]}
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"]}
tokio = { version = "1", features = ["full"] }

0 comments on commit 736b4b9

Please sign in to comment.