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

@ -72,7 +72,7 @@ trees = "0.2.1"
[dev-dependencies]
matches = "0.1.6"
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"] }
serial_test = "0.3.2"
serial_test_derive = "0.4.0"
systemstat = "0.1.5"