fix: Bump tycho-common & alloy version

Need to bump common to add upgrade to improved stability in simulation.
This commit is contained in:
kayibal
2025-09-29 19:00:24 +01:00
parent 17780db05c
commit 100522caa0
2 changed files with 865 additions and 815 deletions

1676
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -37,8 +37,8 @@ tokio = { version = "1.38.0", features = ["full"] }
chrono = "0.4.39" chrono = "0.4.39"
clap = { version = "4.5.3", features = ["derive"] } clap = { version = "4.5.3", features = ["derive"] }
once_cell = "1.20.2" once_cell = "1.20.2"
tycho-common = "0.88.0" tycho-common = "0.90.0"
alloy = { version = "1.0.6", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true } alloy = { version = "1.0.35", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true }
async-trait = { version = "0.1.88", optional = true } async-trait = { version = "0.1.88", optional = true }
[dev-dependencies] [dev-dependencies]