diff --git a/pallets/creditcoin/Cargo.toml b/pallets/creditcoin/Cargo.toml index 3e1c5cdddf..0ac44be715 100644 --- a/pallets/creditcoin/Cargo.toml +++ b/pallets/creditcoin/Cargo.toml @@ -17,7 +17,7 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies] log = "0.4.17" extend = "1.1.2" -ethabi = { version = "16.0.0", features = ["rlp"], default-features = false } +ethabi = { version = "18.0.0", features = ["rlp"], default-features = false } ethereum-types = { version = "0.12.1", features = [ "rlp", "serialize",