From ec7eaa2b0186dd0465501f474f98911922b8e3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 22:52:04 +0000 Subject: [PATCH] Update futures requirement from =0.3.16 to =0.3.21 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.3.16...0.3.16) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7e1dfde..d1bb563 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "=1.10.1", features = ["full"] } tokio-util = { version = "0.6", features = ["codec","time"] } tokio-stream = { version = "0.1", features = ["net"] } clap = "2.33" -futures = "=0.3.16" +futures = "=0.3.21" futures-core = "=0.3.16" patricia_tree = "0.3" regex = "1"