feat: Upgrade tycho-common

--- don't change below this line ---
ENG-4679 Took 5 minutes


Took 10 seconds
This commit is contained in:
Diana Carvalho
2025-07-11 16:35:43 +01:00
parent effc25c2d7
commit 8458b4628e
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -4634,8 +4634,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tycho-common"
version = "0.75.0"
source = "git+https://github.com/propeller-heads/tycho-indexer.git?rev=684834a8f053907ad9547b68d870d2e2c4117249#684834a8f053907ad9547b68d870d2e2c4117249"
version = "0.76.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e72ed04dc9d41942c886fc3d58af5b0e23a3e4783ac7294ed7cea61e022a5c4d"
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 = "684834a8f053907ad9547b68d870d2e2c4117249" }
tycho-common = ">0.75.1"
alloy = { version = "1.0.6", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true }