Use the same reqwest features across the repo

This commit is contained in:
Michael Vines
2020-02-26 12:34:40 -07:00
parent 4f01db0482
commit 27c5ec0149
8 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ edition = "2018"
env_logger = "0.7.1"
lazy_static = "1.4.0"
log = "0.4.8"
reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls"] }
reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "1.1.0" }
sys-info = "0.5.9"