Skip to content

Commit

Permalink
chore: bump deps (paradigmxyz#26)
Browse files Browse the repository at this point in the history
reth prep for alloy rpc fix at this commit
  • Loading branch information
mattsse authored Feb 10, 2024
1 parent 64ceea9 commit c85c806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ rust.rust_2018_idioms = "deny"
# eth
alloy-sol-types = "0.6"
alloy-primitives = "0.6"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }

# revm = "4.0"
revm = { git = "https://github.com/bluealloy/revm", branch = "main", default-features = false, features = [
Expand Down

0 comments on commit c85c806

Please sign in to comment.