Skip to content

Commit

Permalink
bump alloy rpc deps (#94)
Browse files Browse the repository at this point in the history
## Motivation

Alloy deps need to be bumped in
foundry-rs/foundry#7619. This creates a
conflicting deps version between `evm-inspectors` and `foundry` for
`alloy-rpc-types` and `alloy-rpc-types-trace`

## Solution

Bump to latest alloy commit
  • Loading branch information
yash-atreya authored Apr 17, 2024
1 parent 67f9968 commit 3b9121d
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 @@ -23,8 +23,8 @@ clippy.lint_groups_priority = "allow"
# eth
alloy-sol-types = "0.7.0"
alloy-primitives = "0.7.0"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "a32e6f7" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "a32e6f7" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "44c905d" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "44c905d" }
revm = { version = "8.0", default-features = false, features = ["std"] }

anstyle = "1.0"
Expand Down

0 comments on commit 3b9121d

Please sign in to comment.