feat: bump alloy (#12930)

Co-authored-by: Ryan Schneider <ryanleeschneider@gmail.com>
This commit is contained in:
Arsenii Kulikov
2024-12-02 04:55:17 +04:00
committed by GitHub
parent 890f082453
commit 7f88e62781
41 changed files with 386 additions and 204 deletions

View File

@ -22,7 +22,7 @@ pub trait Receipt:
+ Clone
+ Default
+ fmt::Debug
+ TxReceipt
+ TxReceipt<Log = alloy_primitives::Log>
+ alloy_rlp::Encodable
+ alloy_rlp::Decodable
+ MaybeSerde