Skip to content

Commit

Permalink
update indexer-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Apr 30, 2024
1 parent a005846 commit 2d4e386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ axum = { version = "0.7.5", default-features = false, features = [
"tokio",
"original-uri",
] }
candidate-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "f1c11fe" }
candidate-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "cfef0ac" }
cost-model = { git = "https://github.com/graphprotocol/agora", rev = "3ed34ca" }
futures = "0.3"
graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3.0", default-features = false }
headers = "0.4.0"
hex = "0.4"
indexer-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "f1c11fe" }
indexer-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "cfef0ac" }
primitive-types = "0.12.2"
rand = { version = "0.8", features = ["small_rng"] }
receipts = { git = "https://github.com/edgeandnode/receipts", rev = "b12e197" }
Expand Down

0 comments on commit 2d4e386

Please sign in to comment.