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

@ -22,7 +22,7 @@ indicatif = "0.14.0"
humantime = "2.0.0"
num-traits = "0.2"
pretty-hex = "0.1.1"
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 = "1.0.104"
serde_derive = "1.0.103"
serde_json = "1.0.46"