mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Disable default features for reqwest
This commit is contained in:
parent
d33e2fa36b
commit
c4c15f9b11
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ lazy_static = "1.4"
|
||||||
log = { version = "0.4", features = ["std"] }
|
log = { version = "0.4", features = ["std"] }
|
||||||
num_cpus = "1.15"
|
num_cpus = "1.15"
|
||||||
regex = "1.7"
|
regex = "1.7"
|
||||||
reqwest = { version = "0.11", features = ["socks"] }
|
reqwest = { version = "0.11", default-features = false, features = ["socks"] }
|
||||||
sanitize-filename = "0.4"
|
sanitize-filename = "0.4"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue