feat: Upgrade alloy to "1.0.6"

Took 18 minutes
This commit is contained in:
Diana Carvalho
2025-05-30 11:55:44 +01:00
parent 8f8af59f24
commit 5fa97d08e5
13 changed files with 753 additions and 657 deletions

View File

@@ -73,7 +73,7 @@ pub fn group_swaps(swaps: Vec<Swap>) -> Vec<SwapGroup> {
mod tests {
use std::str::FromStr;
use alloy_primitives::hex;
use alloy::primitives::hex;
use tycho_common::{models::protocol::ProtocolComponent, Bytes};
use super::*;