Skip to content

Commit

Permalink
Update alloy requirement from 0.2.1 to 0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [alloy](https://github.com/alloy-rs/alloy) to permit the latest version.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.2.1...v0.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 34d2fee commit cae5457
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 @@ -29,7 +29,7 @@ alloy-rlp-derive = { version = "0.3.8", default-features = false }
alloy-sol-types = { version = "0.7" }

# Alloy host dependencies
alloy = { version = "0.2.1", features = ["full"] }
alloy = { version = "0.3.0", features = ["full"] }
alloy-trie = { version = "0.4.0" }

# Beacon chain support
Expand Down

0 comments on commit cae5457

Please sign in to comment.