chore: bump futures-util from 0.3.16 to 0.3.17 (#19498)

* chore: bump futures-util from 0.3.16 to 0.3.17

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

---
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 <you@example.com>
This commit is contained in:
dependabot[bot]
2021-08-30 17:45:47 +00:00
committed by GitHub
parent 8ad52fa095
commit fbffdf9f3d
4 changed files with 30 additions and 30 deletions

View File

@ -18,7 +18,7 @@ crossbeam-channel = "0.5"
ed25519-dalek = "1.0.1"
fs_extra = "1.2.0"
futures = "0.3.16"
futures-util = "0.3.16"
futures-util = "0.3.17"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.101"