Skip to content

Commit

Permalink
Update revm requirement from 13.0 to 14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [revm](https://github.com/bluealloy/revm) to permit the latest version.
- [Release notes](https://github.com/bluealloy/revm/releases)
- [Changelog](https://github.com/bluealloy/revm/blob/main/CHANGELOG.md)
- [Commits](bluealloy/revm@v13...v13)

---
updated-dependencies:
- dependency-name: revm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 34d2fee commit 3913033
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 @@ -42,7 +42,7 @@ clap = { version = "4.5", features = ["derive", "env"] }
log = "0.4"
nybbles = { version = "0.2.1", features = ["serde"] }
once_cell = "1.19"
revm = { version = "13.0", default-features = false, features = ["std"] }
revm = { version = "14.0", default-features = false, features = ["std"] }
serde = "1.0"
serde_json = "1.0"
sha2 = { version = "0.10" }
Expand Down

0 comments on commit 3913033

Please sign in to comment.