feat(http): use the bytes crate for Chunk and internally
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user