From 0f925a62938694fb8bea92d9c90a1bffbd3b3fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 03:53:25 +0000 Subject: [PATCH] build(deps): bump futures-util from 0.3.21 to 0.3.23 (#4916) * build(deps): bump futures-util from 0.3.21 to 0.3.23 Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. - [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.21...0.3.23) --- updated-dependencies: - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * updated deprecated FuturesOrdered::push to push_back here too Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: arya2 --- zebra-consensus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index be126e84..01b4bc6f 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -26,7 +26,7 @@ once_cell = "1.13.0" serde = { version = "1.0.144", features = ["serde_derive"] } futures = "0.3.23" -futures-util = "0.3.21" +futures-util = "0.3.23" metrics = "0.18.1" thiserror = "1.0.33" tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }