mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
refactor: replace reqwest with ureq (#844)
This commit is contained in:
committed by
Matan Kushner
parent
6a9eaa90b5
commit
d869b3a098
+2
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user