Skip to content

Commit

Permalink
Update ethabi requirement from 16.0 to 18.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ethabi](https://github.com/rust-ethereum/ethabi) to permit the latest version.
- [Release notes](https://github.com/rust-ethereum/ethabi/releases)
- [Changelog](https://github.com/rust-ethereum/ethabi/blob/master/CHANGELOG.md)
- [Commits](rust-ethereum/ethabi@v16.0.0...v18.0.0)

---
updated-dependencies:
- dependency-name: ethabi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent a28457e commit e86736f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcontract-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Common types for ethcontract-rs runtime and proc macro.
"""

[dependencies]
ethabi = "16.0"
ethabi = "18.0"
hex = "0.4"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit e86736f

Please sign in to comment.