refactor(server): remove Unpin requirement from the Body generic

This commit is contained in:
Sean McArthur
2019-12-06 13:15:39 -08:00
parent 71101e701f
commit 245fa9c44c
6 changed files with 55 additions and 60 deletions

View File

@@ -27,7 +27,7 @@ futures-util = { version = "0.3", default-features = false }
http = "0.2"
http-body = "0.3"
httparse = "1.0"
h2 = "0.2"
h2 = "0.2.1"
itoa = "0.4.1"
log = "0.4"
pin-project = "0.4"