Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump
  • Loading branch information
klkvr committed Aug 28, 2024
commit abc1d24997e5f8bac2cb1bceb328cd1816bcd06e
90 changes: 59 additions & 31 deletions Cargo.lock

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

55 changes: 27 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ alloy-dyn-abi = "0.8.0"
alloy-primitives = { version = "0.8.0", default-features = false }
alloy-rlp = "0.3.4"
alloy-sol-types = "0.8.0"
alloy-trie = { version = "0.4", default-features = false }
alloy-trie = { version = "0.5", default-features = false }

alloy-consensus = { version = "0.2.1", default-features = false }
alloy-eips = { version = "0.2.1", default-features = false }
Expand Down Expand Up @@ -564,35 +564,34 @@ tempfile = "3.8"
test-fuzz = "5"

[patch.crates-io]
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "7968af7" }
revm = { git = "https://github.com/klkvr/revm", rev = "7b27584" }
revm-primitives = { git = "https://github.com/klkvr/revm", rev = "7b27584" }
revm-inspectors = { git = "https://github.com/klkvr/evm-inspectors", rev = "45955f7" }
op-alloy-rpc-types = { git = "https://github.com/alloy-rs/op-alloy", rev = "21aadc0" }
op-alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/op-alloy", rev = "21aadc0" }
op-alloy-network = { git = "https://github.com/alloy-rs/op-alloy", rev = "21aadc0" }
alloy-trie = { git = "https://github.com/alloy-rs/trie", rev = "a8f8c3f" }
op-alloy-network = { git = "https://github.com/alloy-rs/op-alloy", rev = "21aadc0" }