Bump futures from 0.3.7 to 0.3.8 (#507)

* Bump futures from 0.3.7 to 0.3.8

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

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

* Fix clippy.

* Fix more clippy.

* Fix clippy again?

* Cliipy yet again.

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Drwięga <tomasz@parity.io>
This commit is contained in:
dependabot-preview[bot]
2020-11-23 16:56:42 +01:00
committed by Bastian Köcher
parent a0261757f9
commit be56ee51d0
5 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ env_logger = "0.8.2"
ethabi = "12.0"
ethabi-contract = "11.0"
ethabi-derive = "12.0"
futures = "0.3.7"
futures = "0.3.8"
hex = "0.4"
hex-literal = "0.3"
log = "0.4.11"