From 1aa63d7d495021a2b1e820cc62186c9b09ff2bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 11:04:00 +0000 Subject: [PATCH] Update futures-core requirement from =0.3.16 to =0.3.28 Updates the requirements on [futures-core](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.28) --- updated-dependencies: - dependency-name: futures-core 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..78d0f05 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -19,7 +19,7 @@ tokio-util = { version = "0.6", features = ["codec","time"] } tokio-stream = { version = "0.1", features = ["net"] } clap = "2.33" futures = "=0.3.16" -futures-core = "=0.3.16" +futures-core = "=0.3.28" patricia_tree = "0.3" regex = "1" hostname = "0.3"