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]