From cb3b06bb024e5dcb267356d3fafdd14d8c467537 Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Wed, 10 Sep 2025 10:42:01 -0400 Subject: [PATCH] feat: update tycho-simulation version --- protocol-testing/Cargo.lock | 5 +++-- protocol-testing/Cargo.toml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/protocol-testing/Cargo.lock b/protocol-testing/Cargo.lock index d62b3f8..d6a43d7 100644 --- a/protocol-testing/Cargo.lock +++ b/protocol-testing/Cargo.lock @@ -5428,6 +5428,7 @@ dependencies = [ "figment", "glob", "hex", + "itertools 0.14.0", "miette", "num-bigint", "num-traits", @@ -7823,8 +7824,8 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.156.0" -source = "git+https://github.com/propeller-heads/tycho-simulation.git?tag=0.156.0#1983a787440e8ae757626d808a6e619baffc52f2" +version = "0.157.0" +source = "git+https://github.com/propeller-heads/tycho-simulation.git?tag=0.157.0#99645b43b5187b92f56823564bf1701002fd43ca" dependencies = [ "alloy", "async-stream", diff --git a/protocol-testing/Cargo.toml b/protocol-testing/Cargo.toml index aa0462c..26eae83 100644 --- a/protocol-testing/Cargo.toml +++ b/protocol-testing/Cargo.toml @@ -11,7 +11,7 @@ tracing = "0.1.37" # Tycho dependencies tycho-common = "0.82.0" tycho-client = "0.82.0" -tycho-simulation = { git = "https://github.com/propeller-heads/tycho-simulation.git", tag = "0.156.0", features = ["evm"] } +tycho-simulation = { git = "https://github.com/propeller-heads/tycho-simulation.git", tag = "0.157.0", features = ["evm"] } ## TODO: for local development #tycho-simulation = { path = "../../tycho-simulation" } num-bigint = "0.4" @@ -32,3 +32,4 @@ async-trait = "0.1.87" colored = "3.0.0" similar = "2.7.0" termsize = "0.1.9" +itertools = "0.14.0"