From cfbfeaabde77283eea83e95f11c6ef47bd9dce8d Mon Sep 17 00:00:00 2001 From: Louise Poole Date: Tue, 4 Feb 2025 18:21:46 +0200 Subject: [PATCH] feat: update tycho version to a Base supported version --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5b74e17..dd18dadd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7071,8 +7071,8 @@ dependencies = [ [[package]] name = "tycho-client" -version = "0.46.0" -source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.46.0#481b2f252eddb98442eab78069fa427068b5050d" +version = "0.55.1" +source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.55.1#d59ff21403f2e628e3ec59882c1be3ca287d0303" dependencies = [ "anyhow", "async-trait", @@ -7097,8 +7097,8 @@ dependencies = [ [[package]] name = "tycho-core" -version = "0.46.0" -source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.46.0#481b2f252eddb98442eab78069fa427068b5050d" +version = "0.55.1" +source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.55.1#d59ff21403f2e628e3ec59882c1be3ca287d0303" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1c4f9751..7065763b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,8 +38,8 @@ mini-moka = "0.10" lazy_static = "1.4.0" # Tycho dependencies -tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.46.0" } -tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-client", tag = "0.46.0" } +tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.55.1" } +tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-client", tag = "0.55.1" } # EVM dependencies foundry-config = { git = "https://github.com/foundry-rs/foundry", rev = "57bb12e", optional = true }