From 1014b96dc578d2aeeef05690d3617cf7a5a20f85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:15:51 +0000 Subject: [PATCH] chore(deps): update rust crate thegraph-core to 0.5.0 --- indexer-selection/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]