diff --git a/Cargo.lock b/Cargo.lock index 4a4cbf8b..c372820f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7071,8 +7071,8 @@ dependencies = [ [[package]] name = "tycho-client" -version = "0.55.2" -source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.55.2#dfa50d5e318253001938655a49aa3e05f958d89e" +version = "0.56.5" +source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.56.5#2af8c1a5a61c5479eab5f7903b69943efa61e2c8" dependencies = [ "anyhow", "async-trait", @@ -7097,8 +7097,8 @@ dependencies = [ [[package]] name = "tycho-core" -version = "0.55.2" -source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.55.2#dfa50d5e318253001938655a49aa3e05f958d89e" +version = "0.56.5" +source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.56.5#2af8c1a5a61c5479eab5f7903b69943efa61e2c8" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e78b4746..75671a25 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.2" } -tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-client", tag = "0.55.2" } +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" } # EVM dependencies foundry-config = { git = "https://github.com/foundry-rs/foundry", rev = "57bb12e", optional = true }