From 292bb5f2b2258d834d3e02de3efaecb5b93a6dce Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 19 Aug 2019 16:30:13 -0700 Subject: [PATCH] chore(dependencies): update to futures alpha 18 Closes #1897 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 272bcc18..b4e72716 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.17" } -futures-channel-preview = { version = "0.3.0-alpha.17" } -futures-util-preview = { version = "0.3.0-alpha.17" } +futures-core-preview = { version = "0.3.0-alpha.18" } +futures-channel-preview = { version = "0.3.0-alpha.18" } +futures-util-preview = { version = "0.3.0-alpha.18" } http = "0.1.15" http-body = "0.1" httparse = "1.0" @@ -37,7 +37,7 @@ net2 = { version = "0.2.32", optional = true } pin-utils = "0.1.0-alpha.4" time = "0.1" tokio = { version = "0.2.0-alpha.2", optional = true, default-features = false, features = ["rt-full"] } -tokio-buf = "0.2.0-alpha.1" +#tokio-buf = "0.2.0-alpha.1" tokio-executor = "0.2.0-alpha.2" tokio-io = "0.2.0-alpha.2" tokio-sync = "0.2.0-alpha.2"