feat(client): allow custom executors for HttpConnector

This commit is contained in:
Sam Rijs
2017-09-23 15:44:14 +10:00
parent e507510427
commit ed497bf5e6
3 changed files with 71 additions and 40 deletions

View File

@@ -22,7 +22,7 @@ include = [
base64 = "0.6"
bytes = "0.4.4"
futures = "0.1.14"
futures-cpupool = "0.1"
futures-cpupool = "0.1.6"
http = { version = "0.1", optional = true }
httparse = "1.0"
language-tags = "0.2"