Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Oct 30, 2024
1 parent 5964219 commit 668e478
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 81 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

54 changes: 27 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -610,33 +610,33 @@ alloy-eip7702 = { git = "https://github.com/alloy-rs/eips", rev = "9e6fcee" }

revm-primitives = { git = "https://github.com/klkvr/revm", rev = "e552b1d" }

alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }

op-alloy-rpc-types = { git = "https://github.com/alloy-rs/op-alloy", rev = "f8896d1" }
op-alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/op-alloy", rev = "f8896d1" }
Expand Down
54 changes: 27 additions & 27 deletions book/sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,33 @@ alloy-eip7702 = { git = "https://github.com/alloy-rs/eips", rev = "9e6fcee" }

revm-primitives = { git = "https://github.com/klkvr/revm", rev = "e552b1d" }

alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "66365938" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "6e67c32b" }

op-alloy-rpc-types = { git = "https://github.com/alloy-rs/op-alloy", rev = "f8896d1" }
op-alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/op-alloy", rev = "f8896d1" }
Expand Down

0 comments on commit 668e478

Please sign in to comment.