mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
chore(deps): cargo update (#21538)
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -9,7 +9,6 @@ license.workspace = true
|
||||
reth-ethereum = { workspace = true, features = ["node", "node-api", "evm", "cli"] }
|
||||
|
||||
alloy-evm.workspace = true
|
||||
alloy-sol-macro.workspace = true
|
||||
alloy-sol-types.workspace = true
|
||||
alloy-eips.workspace = true
|
||||
|
||||
|
||||
@@ -11,8 +11,7 @@ use alloy_evm::{
|
||||
revm::context::Block as _,
|
||||
EthEvm, EthEvmFactory,
|
||||
};
|
||||
use alloy_sol_macro::sol;
|
||||
use alloy_sol_types::SolCall;
|
||||
use alloy_sol_types::{sol, SolCall};
|
||||
use reth_ethereum::{
|
||||
chainspec::ChainSpec,
|
||||
cli::interface::Cli,
|
||||
|
||||
Reference in New Issue
Block a user