Skip to content

Commit

Permalink
fix: use rustls over native-tls
Browse files Browse the repository at this point in the history
no openssl
  • Loading branch information
TroyKomodo committed Jan 13, 2024
1 parent 01713b5 commit 2aa4403
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 98 deletions.
97 changes: 0 additions & 97 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 platform/image_processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gifski = "1.13"
png = "0.17"
num_cpus = "1.16"
bytes = "1.0"
reqwest = { version = "0.11" }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }

common = { workspace = true, features = ["default"] }
config = { workspace = true }
Expand Down

0 comments on commit 2aa4403

Please sign in to comment.