diff --git a/Cargo.lock b/Cargo.lock index dd18dadd..a739ac8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7071,8 +7071,8 @@ dependencies = [ [[package]] name = "tycho-client" -version = "0.55.1" -source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.55.1#d59ff21403f2e628e3ec59882c1be3ca287d0303" +version = "0.55.2" +source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.55.2#dfa50d5e318253001938655a49aa3e05f958d89e" dependencies = [ "anyhow", "async-trait", @@ -7097,8 +7097,8 @@ dependencies = [ [[package]] name = "tycho-core" -version = "0.55.1" -source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.55.1#d59ff21403f2e628e3ec59882c1be3ca287d0303" +version = "0.55.2" +source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.55.2#dfa50d5e318253001938655a49aa3e05f958d89e" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7065763b..a5f232fa 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.55.1" } -tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-client", tag = "0.55.1" } +tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.55.2" } +tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-client", tag = "0.55.2" } # EVM dependencies foundry-config = { git = "https://github.com/foundry-rs/foundry", rev = "57bb12e", optional = true }