From 1bd66e53dfb85084e84a90a502d39bba26e400d9 Mon Sep 17 00:00:00 2001 From: Lorenzo Delgado Date: Mon, 19 Feb 2024 16:51:15 +0100 Subject: [PATCH] chore(deps): update rust crate thegraph to 0.6.0 (#2) --- Cargo.lock | 6 +++--- indexer-selection/Cargo.toml | 2 +- simulator/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f633409..7904ead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,8 +2158,8 @@ dependencies = [ [[package]] name = "thegraph" -version = "0.5.0" -source = "git+https://github.com/edgeandnode/toolshed?tag=thegraph-v0.5.0#7ab59b4fe0b19cd520edf025b72ad323be8e0506" +version = "0.6.0" +source = "git+https://github.com/edgeandnode/toolshed?tag=thegraph-v0.6.0#095bdc3b73dcbc1555285a605638a0c3bbd40d5b" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -2169,8 +2169,8 @@ dependencies = [ "lazy_static", "serde", "serde_with", - "sha3", "thiserror", + "url", ] [[package]] diff --git a/indexer-selection/Cargo.toml b/indexer-selection/Cargo.toml index 8b1e6b2..924d619 100644 --- a/indexer-selection/Cargo.toml +++ b/indexer-selection/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] candidate-selection = { path = "../candidate-selection" } rand = { version = "0.8.5", default-features = false } -thegraph = { git = "https://github.com/edgeandnode/toolshed", tag = "thegraph-v0.5.0" } +thegraph = { git = "https://github.com/edgeandnode/toolshed", tag = "thegraph-v0.6.0" } toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "toolshed-v0.5.0" } [dev-dependencies] diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index 901bd40..3c6a41d 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" candidate-selection = { path = "../candidate-selection" } indexer-selection = { path = "../indexer-selection" } rand = { version = "0.8.5", default-features = true, features = ["small_rng"] } -thegraph = { git = "https://github.com/edgeandnode/toolshed", tag = "thegraph-v0.5.0" } +thegraph = { git = "https://github.com/edgeandnode/toolshed", tag = "thegraph-v0.6.0" }