Skip to content

Commit

Permalink
Transport upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiezzel committed Jul 31, 2024
1 parent c5e15f0 commit 363b7c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "query-gateway"
version = "1.0.3"
version = "1.0.4"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -29,9 +29,9 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
tokio-rusqlite = "0.5"
uuid = { version = "1", features = ["v4", "fast-rng"] }

contract-client = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.3" }
subsquid-messages = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.1", features = ["semver"] }
subsquid-network-transport = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.5", features = ["gateway"] }
contract-client = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.4" }
subsquid-messages = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.2", features = ["semver"] }
subsquid-network-transport = { git = "https://github.com/subsquid/subsquid-network.git", version = "1.0.8", features = ["gateway"] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = "0.6"

0 comments on commit 363b7c1

Please sign in to comment.