Skip to content

Commit 3187fec

Browse files
committed
chore: update indexer-selection
1 parent c6e3ac9 commit 3187fec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ axum = { version = "0.7.5", default-features = false, features = [
1818
"tokio",
1919
"original-uri",
2020
] }
21-
candidate-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "cfef0ac" }
21+
candidate-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "982afe8" }
2222
cost-model = { git = "https://github.com/graphprotocol/agora", rev = "3ed34ca" }
2323
futures = "0.3"
2424
graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3.0", default-features = false }
2525
headers = "0.4.0"
2626
hex = "0.4"
27-
indexer-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "cfef0ac" }
27+
indexer-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "982afe8" }
2828
primitive-types = "0.12.2"
2929
rand = { version = "0.8", features = ["small_rng"] }
3030
receipts = { git = "https://github.com/edgeandnode/receipts", rev = "b12e197" }

0 commit comments

Comments
 (0)