diff --git a/Cargo.lock b/Cargo.lock index 436c777..7769d84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1819,9 +1819,9 @@ dependencies = [ [[package]] name = "thegraph-core" -version = "0.3.2" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0f179034f9427c1238d3024f771ac1b728562c27491f219b9abd831855d5b7e" +checksum = "cff46d3b5fbf4a774c59ef9fdc1010faff8e721d0422be39126f6acd5cefbe5d" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/indexer-selection/Cargo.toml b/indexer-selection/Cargo.toml index a8d97b9..ddc9d99 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.3.2" +thegraph-core = "0.4.0" url = "2.5.0" [dev-dependencies]