Disable hyper-client from surf

This currently has issues that I have opened a PR to fix in `surf`:
https://github.com/rustasync/surf/pull/58.
This commit is contained in:
Jacob Chae 2019-08-25 12:56:05 +09:00
parent ca5759fe4b
commit cca36a0449

View File

@ -52,7 +52,7 @@ dirs = "2.0.2"
glob = "0.3.0"
ctrlc = "3.1.3"
ptree = "0.2"
surf = { version = "1.0", features = [ "hyper-client" ] }
surf = { version = "1.0" }
url = "2.1.0"
roxmltree = "0.7.0"
nom5_locate = "0.1.1"