From 7789fa6f9cd663f99fb205c26b24bcf57a032d1b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2019 05:13:47 +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/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 2dd8c31..3e08409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ xz2 = { version = "0.1", optional = true } [dev-dependencies] bencher = "0.1.5" doc-comment = "0.3" -futures = "0.1" +futures = "0.3" futures-cpupool = "0.1.8" lazy_static = "1.4" rand = "0.7"