diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 3343548555..0e9fdb7c8a 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -11,7 +11,7 @@ async-std = "1.9.0" async-trait = "0.1.42" clap = { version = "2.33.3", features = ["yaml"] } codec = { package = "parity-scale-codec", version = "2.0.0" } -env_logger = "0.8.2" +env_logger = "0.8.3" ethabi = { git = "https://github.com/paritytech/ethabi.git", branch = "td-eth-types-11" } ethabi-contract = { git = "https://github.com/paritytech/ethabi.git", branch = "td-eth-types-11" } ethabi-derive = { git = "https://github.com/paritytech/ethabi.git", branch = "td-eth-types-11" }