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] <support@github.com>

* updated deprecated FuturesOrdered::push to push_back here too

Signed-off-by: dependabot[bot] <support@github.com>
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 <aryasolhi@gmail.com>
This commit is contained in:
dependabot[bot] 2022-09-02 03:53:25 +00:00 committed by GitHub
parent 0c4be382e1
commit 0f925a6293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }