Skip to content

Commit

Permalink
chore: bump revm-inspectors 53aa2b2 (#8656)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jun 6, 2024
1 parent 19a9b3f commit 7b435e0
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
118 changes: 59 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ reth-trie-parallel = { path = "crates/trie/parallel" }
# revm
revm = { version = "9.0.0", features = [ "std", "secp256k1", "blst", ], default-features = false }
revm-primitives = { version = "4.0.0", features = [ "std", ], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "421f9e4" }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "53aa2b2" }

# eth
alloy-chains = "0.1.15"
Expand All @@ -330,21 +330,21 @@ alloy-dyn-abi = "0.7.2"
alloy-sol-types = "0.7.2"
alloy-rlp = "0.3.4"
alloy-trie = "0.4"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "5796024", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93", default-features = false, features = [
"reqwest",
] }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "5796024" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "5796024" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "cc68b93" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }

# misc
auto_impl = "1"
Expand Down

0 comments on commit 7b435e0

Please sign in to comment.