Skip to content

Commit

Permalink
build(deps): bump ethereum from 0.14.0 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [ethereum](https://github.com/rust-blockchain/ethereum) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/rust-blockchain/ethereum/commits)

---
updated-dependencies:
- dependency-name: ethereum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent daeea18 commit e2a39f9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 61 deletions.
86 changes: 26 additions & 60 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ bstringify = { version = "0.1.2" }
clap = { version = "4.5.14" }
env_logger = { version = "0.10.2" }
ethabi = { version = "18.0.0", default-features = false }
ethereum = { version = "0.14.0", default-features = false, features = ["with-codec"] }
ethereum = { version = "0.15.0", default-features = false, features = ["with-codec"] }
evm = { version = "0.41.1", default-features = false }
flume = { version = "0.11.0" }
futures = { version = "0.3.30" }
Expand Down

0 comments on commit e2a39f9

Please sign in to comment.