fix reqwest json issue

This commit is contained in:
Vladimir Komendantskiy 2020-02-26 10:17:58 +00:00 committed by Michael Vines
parent f2f8a7a90e
commit 4f01db0482
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ homepage = "https://solana.com/"
[dependencies]
clap = "2.33.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"] }
serde_json = "1.0"
solana-clap-utils = { path = "../clap-utils", version = "1.1.0" }
solana-client = { path = "../client", version = "1.1.0" }