From ffcf10d6b3fa2ea90eb02a2cc7b5cb3b4c7726eb Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 15 Aug 2022 15:57:24 -0700 Subject: [PATCH] chore: bump ethabi (#1601) --- Cargo.lock | 4 ++-- ethers-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8864f2f..3c92ea77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1162,9 +1162,9 @@ dependencies = [ [[package]] name = "ethabi" -version = "17.1.0" +version = "17.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f186de076b3e77b8e6d73c99d1b52edc2a229e604f4b5eb6992c06c11d79d537" +checksum = "e4966fba78396ff92db3b817ee71143eccd98acf0f876b8d600e585a670c5d1b" dependencies = [ "ethereum-types", "hex", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 44bc24b3..2741e118 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] fastrlp = { version = "0.1.3", features = ["std", "derive", "ethereum-types"] } rlp = { version = "0.5.0", default-features = false, features = ["std"] } -ethabi = { version = "17.1.0", default-features = false, features = ["full-serde", "rlp"] } +ethabi = { version = "17.2.0", default-features = false, features = ["full-serde", "rlp"] } arrayvec = { version = "0.7.2", default-features = false } rlp-derive = { version = "0.1.0", default-features = false }