From c78dcd16996cf0da83f6e7f19481204fc2e95c54 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Tue, 14 Jan 2025 08:41:20 -0500 Subject: [PATCH] chore: update indexer-selection --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ff61a21..d6f29822 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1461,7 +1461,7 @@ dependencies = [ [[package]] name = "candidate-selection" version = "0.1.0" -source = "git+https://github.com/edgeandnode/candidate-selection?rev=c3a9ee8#c3a9ee8b37db6f4ecce2decc47ddfdc0e6599c11" +source = "git+https://github.com/edgeandnode/candidate-selection?rev=394d112#394d112bc07e480a6f13d538f7357d5060197674" dependencies = [ "arrayvec", "ordered-float", @@ -2821,7 +2821,7 @@ dependencies = [ [[package]] name = "indexer-selection" version = "0.1.0" -source = "git+https://github.com/edgeandnode/candidate-selection?rev=c3a9ee8#c3a9ee8b37db6f4ecce2decc47ddfdc0e6599c11" +source = "git+https://github.com/edgeandnode/candidate-selection?rev=394d112#394d112bc07e480a6f13d538f7357d5060197674" dependencies = [ "candidate-selection", "permutation", diff --git a/Cargo.toml b/Cargo.toml index d27f3b55..46620c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3 headers = "0.4.0" hickory-resolver = "0.24.0" http = "1.1.0" -indexer-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "c3a9ee8" } +indexer-selection = { git = "https://github.com/edgeandnode/candidate-selection", rev = "394d112" } ipnetwork = { version = "0.21.0", default-features = false } itertools = "0.14.0" lazy_static = "1.4.0"