chore: bump futures from 0.3.5 to 0.3.8

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8.
- [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.5...0.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-13 09:02:29 +00:00
committed by Michael Vines
parent baa6b3a261
commit fc54fb88ae
4 changed files with 31 additions and 31 deletions

View File

@@ -25,7 +25,7 @@ solana-sdk = { path = "../sdk", version = "1.5.0" }
solana-storage-proto = { path = "../storage-proto", version = "1.5.0" }
solana-transaction-status = { path = "../transaction-status", version = "1.5.0" }
thiserror = "1.0"
futures = "0.3.5"
futures = "0.3.8"
tonic = {version="0.3.0", features = ["tls", "transport"]}
zstd = "0.5.1"