Skip to content

Commit

Permalink
Fix futures-bounded version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiezzel committed May 10, 2024
1 parent 8e8b108 commit 0d3682b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde-rename-rule = "0.2.2"
serde_json = { version = "1.0.111", features = ["preserve_order"] }
sha3 = "0.10.8"
subsquid-messages = { git = "ssh://git@github.com/subsquid/subsquid-network.git", version = "0.2" }
subsquid-network-transport = { git = "ssh://git@github.com/subsquid/subsquid-network.git", version = "0.4.1", features = ["worker", "metrics"] }
subsquid-network-transport = { git = "ssh://git@github.com/subsquid/subsquid-network.git", version = "0.4.3", features = ["worker", "metrics"] }
thiserror = "1.0.57"
tokio = { version = "1.35.1", features = ["full", "tracing"] }
tokio-rusqlite = "0.5.1"
Expand Down

0 comments on commit 0d3682b

Please sign in to comment.