Skip to content

Commit 94d793a

Browse files
Update ethabi requirement from 16.0 to 18.0
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]>
1 parent 6905ce4 commit 94d793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethcontract-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Common types for ethcontract-rs runtime and proc macro.
1212
"""
1313

1414
[dependencies]
15-
ethabi = "16.0"
15+
ethabi = "18.0"
1616
hex = "0.4"
1717
serde = "1.0"
1818
serde_derive = "1.0"

0 commit comments

Comments
 (0)