Skip to content

Commit

Permalink
chore(deps): update alloy-rs crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 9bb4b62 commit 8d6186a
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 52 deletions.
152 changes: 104 additions & 48 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ subgraph-client = [
]

[dependencies]
alloy-primitives = "0.7"
alloy-signer = { version = "0.2", features = ["eip712"] }
alloy-sol-types = "0.7"
alloy-primitives = "0.8"
alloy-signer = { version = "0.3", features = ["eip712"] }
alloy-sol-types = "0.8"
async-graphql = { version = "7.0", optional = true }
bs58 = "0.5"
indoc = { version = "2.0.5", optional = true }
Expand All @@ -40,7 +40,7 @@ tracing = { version = "0.1.40", optional = true, default-features = false }
url = "2.5"

[dev-dependencies]
alloy-signer-local = "0.2.0"
alloy-signer-local = "0.3.0"
assert_matches = "1.5.0"
test-with = { version = "0.13.0", default-features = false }
tokio = { version = "1.37.0", features = ["macros", "rt"] }
Expand Down

0 comments on commit 8d6186a

Please sign in to comment.