Skip to content

Commit

Permalink
Switch http client from openssl to rustls (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Dec 1, 2023
1 parent aa6d2b6 commit c848a39
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 109 deletions.
186 changes: 78 additions & 108 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 @@ -45,7 +45,7 @@ anyhow = "1.0.75"
dirs = "5.0.1"
serde = { version = "1.0.190", features = ["derive"] }
toml = "0.7.6"
reqwest = { version = "0.11.22", features = ["blocking", "json", "stream"] }
reqwest = { version = "0.11.22", default-features = false, features = ["blocking", "json", "rustls-tls", "stream"] }
log = "0.4.20"
env_logger = "0.10.0"
notify = "6.1.1"
Expand Down

0 comments on commit c848a39

Please sign in to comment.