Skip to content

Commit

Permalink
build(deps): update revm requirement from 5.0.0 to 6.0.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: revm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 7812031 commit 71d7bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ arbiter-core = "0.10.2"
ethers = { version = "=2.0.13", features = ["ws", "openssl", "rustls"] }

# Ethereum
revm = { version = "5.0.0", features = ["ethersdb", "std", "serde"] }
revm = { version = "6.0.0", features = ["ethersdb", "std", "serde"] }

# Networking
reqwest = "0.11.24"
Expand Down

0 comments on commit 71d7bbc

Please sign in to comment.