refactor: replace reqwest with ureq (#844)

This commit is contained in:
David Knaack
2020-01-19 17:00:40 +01:00
committed by Matan Kushner
parent 6a9eaa90b5
commit d869b3a098
3 changed files with 51 additions and 539 deletions
+2 -3
View File
@@ -49,9 +49,8 @@ nom = "5.1.0"
os_info = "1.3.0"
urlencoding = "1.0.0"
open = "1.3.2"
# OpenSSL causes problems when building a MUSL release. Opting to use native SSL implementation
# see: https://github.com/richfelker/musl-cross-make/issues/65#issuecomment-509790889
reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls"] }
ureq = { version = "0.11.3", default-features = false, features = ["tls"] }
serde_urlencoded = "0.6.1"
unicode-width = "0.1.7"
textwrap = "0.11.0"
term_size = "0.3.1"