From e7aef7b1ed5c35a2e08465b85034317e160b64e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 04:41:06 +0000 Subject: [PATCH] Update futures requirement from 0.1.12 to 0.3.3 Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.1.12...0.3.3) 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 6b06a3a..d17df03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tokio-core = "0.1.6" # An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. # https://docs.rs/futures/0.1.12/futures/ -futures = "0.1.12" +futures = "0.3.3" # A lightweight logging facade for Rust # https://doc.rust-lang.org/log/log/index.html