feat(http): use the bytes crate for Chunk and internally

This commit is contained in:
Sean McArthur
2017-03-01 14:14:34 -08:00
parent cf7cc50ad0
commit 65b3e08f69
14 changed files with 306 additions and 598 deletions

View File

@@ -20,7 +20,8 @@ include = [
]
[dependencies]
base64 = "0.4.0"
base64 = "0.4"
bytes = "0.4"
futures = "0.1.7"
futures-cpupool = "0.1"
httparse = "1.0"