From 330b62c986ea13ba7185bec80e406b0bc86abf5c Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 8 Jul 2021 19:06:20 +0300 Subject: [PATCH] chore: bump ethabi to 14.1.0 --- Cargo.lock | 5 +++-- ethers-core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b5bab0a..fb932d40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -685,8 +685,9 @@ dependencies = [ [[package]] name = "ethabi" -version = "14.0.0" -source = "git+https://github.com/rust-ethereum/ethabi#51b4a7f4f8fd5223435189a6802efdf095bbf8b5" +version = "14.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a01317735d563b3bad2d5f90d2e1799f414165408251abb762510f40e790e69a" dependencies = [ "anyhow", "ethereum-types", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 61ae671e..e6a44593 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 = { git = "https://github.com/rust-ethereum/ethabi", version = "14.0.0", default-features = false } +ethabi = { version = "14.1.0", default-features = false } arrayvec = { version = "0.5.1", default-features = false } # crypto