Skip to content

Commit

Permalink
fix: dependency and metrics name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Aug 8, 2023
1 parent a6de399 commit 8fea654
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 151 deletions.
145 changes: 83 additions & 62 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ keywords = ["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
categories = ["network-programming", "web-programming::http-client"]

[dependencies]
graphcast-sdk = "0.4.0"
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk/" }
anyhow = "1.0"
axum = { version = "0.5", features = ["headers"] }
async-graphql = "4.0.16"
async-graphql-axum = "4.0.16"
autometrics = { version = "0.3.3", features = ["prometheus-exporter"] }
clap = { version = "3.2.25", features = ["derive", "env"] }
clap = { version = "4.3.1", features = ["derive", "env"] }
derive-getters = "0.2.1"
dotenv = "0.15"
ethers = "2.0.4"
Expand Down
Loading

0 comments on commit 8fea654

Please sign in to comment.