chore: bump futures from 0.3.15 to 0.3.16 (#18914)

* chore: bump futures from 0.3.15 to 0.3.16

Bumps [futures](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
  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-07-27 07:59:34 -06:00
committed by GitHub
parent dc6ec02021
commit 4e41c05acd
5 changed files with 28 additions and 28 deletions

View File

@@ -28,7 +28,7 @@ solana-sdk = { path = "../sdk", version = "=1.8.0" }
solana-storage-proto = { path = "../storage-proto", version = "=1.8.0" }
solana-transaction-status = { path = "../transaction-status", version = "=1.8.0" }
thiserror = "1.0"
futures = "0.3.15"
futures = "0.3.16"
tonic = { version = "0.5.0", features = ["tls", "transport"] }
zstd = "0.9.0"