From 283522b15ad8ff25552294cedcec4f8d15ae1eb7 Mon Sep 17 00:00:00 2001 From: Gurwinder Singh Date: Thu, 18 Jul 2019 23:41:49 +0530 Subject: [PATCH] chore(dependencies): Upgrade futures version (#1877) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1158d2c..de6457db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"