From 7ebc3f210bd2b98d2d15e0b51e854d873d7f8d30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 12:12:53 +0000 Subject: [PATCH] Update futures requirement from 0.1 to 0.3 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/compare/futures-cpupool-0.1.1...0.3.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b40a6bd..203fd0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ required-features = [ ] log = "0.4" env_logger = { version = "0.6", default-features = false, features = [ "termcolor", "atty", "humantime" ] } clap = { version = "2.33", optional = true } -futures = { version = "0.1", optional = true } +futures = { version = "0.3", optional = true } tokio-core = { version = "0.1", optional = true } hyper = { version = "0.11", optional = true } hyper-tls = { version = "0.1", optional = true }