chore: bump futures-util from 0.3.19 to 0.3.21 (#23418)

* chore: bump futures-util from 0.3.19 to 0.3.21

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.19 to 0.3.21.
- [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.19...0.3.21)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-03-01 16:44:30 -07:00
committed by GitHub
parent 7d1810bbcc
commit a0d68ef60e
5 changed files with 31 additions and 31 deletions

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
crossbeam-channel = "0.5"
futures-util = "0.3.19"
futures-util = "0.3.21"
histogram = "0.6.9"
itertools = "0.10.3"
libc = "0.2.117"