Skip to content

Commit

Permalink
pumb ethabi-contract = "16.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Jul 4, 2024
1 parent f602384 commit 05d9a0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 crates/concensus/miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ common-types = { path = "../../ethcore/types" }
error-chain = "0.12"
ethabi = "12.0.0"
ethabi-derive = { git = 'https://github.com/rimrakhimov/ethabi', branch = 'rimrakhimov/remove-syn-export-span' }
ethabi-contract = "11.0.0"
ethabi-contract = "16.0.0"
ethcore-call-contract = { path = "../../vm/call-contract" }
ethereum-types = "0.9.2"
futures = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/ethcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ eip-152 = { version = "0.1", path = "../util/EIP-152" }
env_logger = { version = "0.5", optional = true }
error-chain = { version = "0.12", default-features = false }
ethabi = "12.0.0"
ethabi-contract = "11.0.0"
ethabi-contract = "16.0.0"
ethabi-derive = { git = 'https://github.com/rimrakhimov/ethabi', branch = 'rimrakhimov/remove-syn-export-span' }
ethash = { path = "../concensus/ethash" }
ethcore-blockchain = { path = "./blockchain" }
Expand Down
2 changes: 1 addition & 1 deletion crates/net/node-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4"
parking_lot = "0.11.1"
ethabi = "12.0.0"
ethabi-derive = { git = 'https://github.com/rimrakhimov/ethabi', branch = 'rimrakhimov/remove-syn-export-span' }
ethabi-contract = "11.0.0"
ethabi-contract = "16.0.0"
lru-cache = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 05d9a0c

Please sign in to comment.