Skip to content

Commit

Permalink
chore(deps): update rust crate alloy to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent e53fa13 commit d710e05
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
104 changes: 52 additions & 52 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 thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = ["dep:serde", "dep:serde_with", "alloy/serde"]
signed-message = ["alloy-eip712", "alloy-signers", "alloy-sol-types"]

[dependencies]
alloy = "0.7"
alloy = "0.8"
async-graphql = { version = "7.0", optional = true }
bs58 = "0.5"
fake = { version = "3.0", optional = true }
Expand All @@ -37,7 +37,7 @@ serde_with = { version = "3.8", optional = true }
thiserror = "1.0"

[dev-dependencies]
alloy = { version = "0.7", features = ["signer-local"] }
alloy = { version = "0.8", features = ["signer-local"] }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit d710e05

Please sign in to comment.