Skip to content

Commit

Permalink
fix: make reqwest not use openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Dec 23, 2023
1 parent 6f10382 commit f5faf8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 167 deletions.
166 changes: 0 additions & 166 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prettytable-rs = "0.10.0"
serde_json = "1.0.107"
update-informer = "1.1.0"
upon = "0.8.0"
reqwest = { version = "0.11.23", features = ["blocking"] }
reqwest = { version = "0.11.23", default_features=false, features = ["blocking", "rustls-tls"] }

[workspace]
members = ["material-color-utilities-rs"]

0 comments on commit f5faf8c

Please sign in to comment.