diff --git a/Cargo.lock b/Cargo.lock index 3033fc33..1b5bab0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -686,8 +686,7 @@ dependencies = [ [[package]] name = "ethabi" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c52991643379afc90bfe2df3c64d53983e59c35a82ba6e75c997cfc2880d8524" +source = "git+https://github.com/rust-ethereum/ethabi#51b4a7f4f8fd5223435189a6802efdf095bbf8b5" dependencies = [ "anyhow", "ethereum-types", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index e59f707b..61ae671e 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] rlp = { version = "0.5.0", default-features = false } -ethabi = { version = "14.0.0", default-features = false } +ethabi = { git = "https://github.com/rust-ethereum/ethabi", version = "14.0.0", default-features = false } arrayvec = { version = "0.5.1", default-features = false } # crypto