chore: bump alloy 61140ec (#8534)

This commit is contained in:
Dan Cline
2024-05-31 19:41:51 -04:00
committed by GitHub
parent b80469d9fd
commit fc8dce5ee7
2 changed files with 73 additions and 73 deletions

View File

@@ -310,7 +310,7 @@ revm = { version = "9.0.0", features = [
revm-primitives = { version = "4.0.0", features = [
"std",
], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "0f43cf5" }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "2b6fff1" }
# eth
alloy-chains = "0.1.15"
@@ -319,21 +319,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 = "7320d4c" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec", default-features = false, features = [
"reqwest",
] }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "7320d4c" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "61140ec" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" }
# misc
auto_impl = "1"