refactor(chunk): make use of Bytes::extend instead of custom code

This commit is contained in:
Sean McArthur
2017-06-07 17:48:26 -07:00
parent 059f2b8725
commit e2ed6f5868
2 changed files with 10 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ include = [
[dependencies]
base64 = "0.5"
bytes = "0.4"
bytes = "0.4.4"
futures = "0.1.11"
futures-cpupool = "0.1"
httparse = "1.0"