Skip to content

Commit

Permalink
reqwest: use rustls-tls, enable gzip support
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 6, 2020
1 parent 96a0316 commit 7f84cc1
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 2 deletions.
196 changes: 195 additions & 1 deletion 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 selfupdate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ log = "0.4.8"
thiserror = "1.0.20"
rand = "0.7.3"
futures-timer = "3.0.2"
reqwest = { version = "0.10.6", features = ["json"] }
reqwest = { version = "0.10.6", features = ["json", "gzip", "rustls-tls"] }
serde = { version = "1.0.114", features = ["derive"] }

0 comments on commit 7f84cc1

Please sign in to comment.