From 079dff6bd51930099e740a67132235e7b7feda5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:24:25 +0000 Subject: [PATCH] chore(deps): update rust crate thegraph-core to 0.5.0 --- Cargo.lock | 4 ++-- indexer-selection/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 447044c..87c3ca5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1814,9 +1814,9 @@ dependencies = [ [[package]] name = "thegraph-core" -version = "0.4.2" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe715032b02cf22c91682b3d04d52d61dfc06148389ea3da89b8a16683c044c8" +checksum = "701a2a90166f5433f1d153d0ecc2a523dd336947a8d1aad3456330064708f556" dependencies = [ "alloy-primitives", "alloy-sol-types", 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]