diff --git a/indexer-selection/Cargo.toml b/indexer-selection/Cargo.toml index ddc9d99..95810c8 100644 --- a/indexer-selection/Cargo.toml +++ b/indexer-selection/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" candidate-selection = { path = "../candidate-selection" } custom_debug = "0.6.1" permutation = "0.4.1" -thegraph-core = "0.4.0" +thegraph-core = "0.5.0" url = "2.5.0" [dev-dependencies]