Skip to content

Commit

Permalink
chore(deps): update rust crate thegraph-core to 0.3.1 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Lorenzo Delgado <[email protected]>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent b58f057 commit 2136099
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indexer-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
candidate-selection = { path = "../candidate-selection" }
custom_debug = "0.6.1"
thegraph-core = "0.3.0"
thegraph-core = "0.3.1"
url = "2.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
candidate-selection = { path = "../candidate-selection" }
indexer-selection = { path = "../indexer-selection" }
rand = "0.8.5"
thegraph-core = "0.3.0"
thegraph-core = "0.3.1"

0 comments on commit 2136099

Please sign in to comment.