chore: bump ethabi to 14.1.0

This commit is contained in:
Georgios Konstantopoulos 2021-07-08 19:06:20 +03:00
parent fc5f84e090
commit 330b62c986
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -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",

View File

@ -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