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