From 23cf3e03ae0c73dc2f579bf90d084fa67e07d1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 9 Apr 2018 10:16:56 +0000 Subject: [PATCH] Update futures requirement to 0.2 Updates the requirements on [futures](https://github.com/rust-lang-nursery/futures-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/commits/0.2.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45e85df..69ae363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Juan Marin Otero "] clap = "2.31.2" hyper = "0.11" tokio-core = "0.1" -futures = "0.1" +futures = "0.2" hyper-tls = "0.1.3" num_cpus = "1.0" serde = "1.0"