diff --git a/Cargo.lock b/Cargo.lock index f658c1ef..e3f5918d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7886,8 +7886,8 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.60.0" -source = "git+https://github.com/propeller-heads/tycho-execution.git?tag=0.60.0#fa47c6057aba9b885eceee1abe2d7ba1706a8a8f" +version = "0.61.0" +source = "git+https://github.com/propeller-heads/tycho-execution.git?tag=0.61.0#852bbbc1505a47096e8e0b4ca1ba63e61fb282c5" dependencies = [ "alloy 0.9.2", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 2506bd7f..b22bb9a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ lazy_static = "1.4.0" # Tycho dependencies tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.56.5" } tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-client", tag = "0.56.5" } -tycho-execution = { git = "https://github.com/propeller-heads/tycho-execution.git", package = "tycho-execution", features = ["evm"], tag = "0.60.0" } +tycho-execution = { git = "https://github.com/propeller-heads/tycho-execution.git", package = "tycho-execution", features = ["evm"], tag = "0.61.0" } # EVM dependencies foundry-config = { git = "https://github.com/foundry-rs/foundry", rev = "57bb12e", optional = true }