Skip to content

Commit 3f3c7b1

Browse files
committed
feat: Update Tycho dependencies
1 parent f04042c commit 3f3c7b1

File tree

2 files changed

+39
-14
lines changed

2 files changed

+39
-14
lines changed

Cargo.lock

Lines changed: 36 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ lazy_static = "1.4.0"
5454
mini-moka = "0.10"
5555

5656
# Tycho dependencies
57-
tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer", rev = "658205ad124edeeedc84dcf0874c582913ade88a" }
58-
tycho-common = { git = "https://github.com/propeller-heads/tycho-indexer", rev = "658205ad124edeeedc84dcf0874c582913ade88a" }
57+
tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer", version = "0.88.0" }
58+
tycho-common = { git = "https://github.com/propeller-heads/tycho-indexer", version = "0.88.0" }
5959

6060
# EVM dependencies
6161
alloy = { version = "1.0.6", features = [
@@ -85,7 +85,7 @@ prost = { version = "0.13", optional = true }
8585
reqwest = { version = "0.12.22", optional = true }
8686
tokio-tungstenite = { version = "0.26.2", optional = true }
8787
# tycho execution for quickstart
88-
tycho-execution = "0.124.0"
88+
tycho-execution = "0.125.0"
8989

9090
[dev-dependencies]
9191
tokio-test = "0.4.4"

0 commit comments

Comments
 (0)