Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Bump ethabi from 9.0.1 to 10.0.0 #259

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tokio-timer = "0.1"
toml = "0.5.5"
web3 = { git = "https://github.com/tomusdrw/rust-web3" }
error-chain = "0.12"
ethabi = "9.0"
ethabi = "10.0"
rustc-hex = "2.0"
log = "0.4"
ethereum-types = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
authors = ["debris <[email protected]>", "snd <[email protected]>"]

[dependencies]
ethabi = "9.0"
ethabi = "10.0"
ethabi-derive = "9.0"
ethabi-contract = "9.0"

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["debris <[email protected]>", "snd <[email protected]>"]
[dependencies]
bridge = { path = "../bridge" }
bridge-contracts = { path = "../contracts", features = ["integration-tests"] }
ethabi = "9.0"
ethabi = "10.0"
ethereum-types = "0.8"
futures = "0.1"
jsonrpc-core = "14.0"
Expand Down