From 76f18a9e674ebd51c93901c0a47c512afe83cc7e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:21:34 +0000 Subject: [PATCH] Update futures requirement from 0.1.13 to 0.3.13 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.13...0.3.13) 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 5a1a0c0..ea99bc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "Apache-2.0/MIT" [dependencies] atomicwrites = "0.2.1" error-chain = "0.11.0" -futures = "0.1.13" +futures = "0.3.13" futures-error-chain = "0.1.0" httpdate = "0.3.2" log = "0.4.6"