mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: bump alloy 61140ec (#8534)
This commit is contained in:
28
Cargo.toml
28
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user