chore(dependencies): Upgrade futures version (#1877)

This commit is contained in:
Gurwinder Singh
2019-07-18 23:41:49 +05:30
committed by Sean McArthur
parent db86e554d5
commit 283522b15a

View File

@@ -23,9 +23,9 @@ include = [
[dependencies]
bytes = "0.4.4"
futures-core-preview = { version = "0.3.0-alpha.16" }
futures-channel-preview = { version = "0.3.0-alpha.16" }
futures-util-preview = { version = "0.3.0-alpha.16" }
futures-core-preview = { version = "0.3.0-alpha.17" }
futures-channel-preview = { version = "0.3.0-alpha.17" }
futures-util-preview = { version = "0.3.0-alpha.17" }
http = "0.1.15"
http-body = "0.1"
httparse = "1.0"