chore: bump futures-util from 0.3.15 to 0.3.16 (#18878)

* chore: bump futures-util from 0.3.15 to 0.3.16

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

---
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

* Nudge Cargo.lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-07-26 18:19:53 +00:00
committed by GitHub
parent f1198fc6d5
commit b97113408b
4 changed files with 32 additions and 33 deletions

View File

@ -15,7 +15,7 @@ bytecount = "0.6.2"
clap = "2.33.1"
csv = "1.1.6"
futures = "0.3.15"
futures-util = "0.3.5"
futures-util = "0.3.16"
histogram = "*"
itertools = "0.10.1"
log = { version = "0.4.14" }