feat: Upgrade tycho-common

--- don't change below this line ---
ENG-4705 Took 14 minutes
This commit is contained in:
Diana Carvalho
2025-07-10 16:30:46 +01:00
parent 2c25b5a18f
commit effc25c2d7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4635,7 +4635,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tycho-common"
version = "0.75.0"
source = "git+https://github.com/propeller-heads/tycho-indexer.git?rev=9c79c8f7a3501e1edd2b86cff43460729b62991f#9c79c8f7a3501e1edd2b86cff43460729b62991f"
source = "git+https://github.com/propeller-heads/tycho-indexer.git?rev=684834a8f053907ad9547b68d870d2e2c4117249#684834a8f053907ad9547b68d870d2e2c4117249"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -37,7 +37,7 @@ tokio = { version = "1.38.0", features = ["full"] }
chrono = "0.4.39"
clap = { version = "4.5.3", features = ["derive"] }
once_cell = "1.20.2"
tycho-common = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-common", rev = "9c79c8f7a3501e1edd2b86cff43460729b62991f" }
tycho-common = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-common", rev = "684834a8f053907ad9547b68d870d2e2c4117249" }
alloy = { version = "1.0.6", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true }