From efa5e7f341377744bf02ddba4c6ecc803ebf0ca6 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 8 Jun 2017 13:07:33 -0700 Subject: [PATCH] chore(dependencies): update futures to 0.1.14, since we use new apis --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7ef5034..379bcffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = [ [dependencies] base64 = "0.5" bytes = "0.4.4" -futures = "0.1.11" +futures = "0.1.14" futures-cpupool = "0.1" httparse = "1.0" language-tags = "0.2"