From b2c5d7f0bb716f834b8f1f260505bb8fc259b68c Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 20 Aug 2019 18:36:38 -0700 Subject: [PATCH] Update futures and tokio alphas --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 203a3b3..266026d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,9 +44,9 @@ members = [ ] [dependencies] -futures-preview = "0.3.0-alpha.17" -tokio-io = "0.2.0-alpha.1" -tokio-codec = "0.2.0-alpha.1" +futures-preview = "0.3.0-alpha.18" +tokio-io = "0.2.0-alpha.2" +tokio-codec = "0.2.0-alpha.2" bytes = "0.4.7" http = "0.1.8" log = "0.4.1"