chore(deps): cargo update (#21538)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
DaniPopes
2026-01-28 20:49:15 +01:00
committed by GitHub
parent 8d58c98034
commit f5ca71d2fb
4 changed files with 56 additions and 66 deletions

View File

@@ -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

View File

@@ -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,