chore: update tycho-core to 0.60.0

This commit is contained in:
Louise Poole
2025-03-11 12:45:27 +02:00
parent 0a95fa83e7
commit 271c522251
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4317,8 +4317,8 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tycho-core"
version = "0.56.5"
source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.56.5#2af8c1a5a61c5479eab5f7903b69943efa61e2c8"
version = "0.60.0"
source = "git+https://github.com/propeller-heads/tycho-indexer.git?tag=0.60.0#c4f3e0ade80ac1f02a424c186638f9d58d8b5dba"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -24,7 +24,7 @@ clap = { version = "4.5.3", features = ["derive"] }
alloy = { version = "0.9.2", features = ["providers", "rpc-types-eth", "eip712", "signer-local"], optional = true }
alloy-sol-types = { version = "0.8.14", optional = true }
alloy-primitives = { version = "0.8.9", optional = true }
tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.56.5" }
tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.60.0" }
once_cell = "1.20.2"
[dev-dependencies]