Skip to content

Commit

Permalink
Update ethabi requirement from 9.0.0 to 11.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ethabi](https://github.com/paritytech/ethabi) to permit the latest version.
- [Release notes](https://github.com/paritytech/ethabi/releases)
- [Changelog](https://github.com/paritytech/ethabi/blob/master/CHANGELOG.md)
- [Commits](paritytech/ethabi@v9.0.0...v11.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 28, 2020
1 parent ee6c360 commit 30dcace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"

[dependencies]
arrayvec = "0.5.0"
ethabi = "9.0.0"
ethabi = "11.0.0"
ethereum-types = "0.8.0"
futures = "0.1.26"
jsonrpc-core = "14.0.0"
Expand Down

0 comments on commit 30dcace

Please sign in to comment.