chore: bump alloy 1.0.4 (#16345)

This commit is contained in:
Matthias Seitz
2025-05-19 16:55:53 +02:00
committed by GitHub
parent bc7d8c6bc1
commit 9e8ef8f4ff
10 changed files with 375 additions and 270 deletions

View File

@@ -487,7 +487,10 @@ mod tests {
use alloy_consensus::TxEip1559;
use alloy_eips::eip2930::AccessList;
use alloy_primitives::{hex, Signature};
use reth_primitives_traits::crypto::secp256k1::{public_key_to_address, sign_message};
use reth_primitives_traits::{
crypto::secp256k1::{public_key_to_address, sign_message},
SignerRecoverable,
};
use std::str::FromStr;
#[test]