From 3c130e281e9f90f42e98882575a0ebb3afc880f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20H=C3=B6ng?= Date: Fri, 19 Sep 2025 08:08:56 +0100 Subject: [PATCH] Update tycho-common version Updates tycho-common version so this PR builds correctly: https://github.com/propeller-heads/tycho-simulation/pull/334 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78d2a01..d2c8a02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ tokio = { version = "1.38.0", features = ["full"] } chrono = "0.4.39" clap = { version = "4.5.3", features = ["derive"] } once_cell = "1.20.2" -tycho-common = "0.83.3" +tycho-common = "0.85.0" alloy = { version = "1.0.6", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true } async-trait = { version = "0.1.88", optional = true }