Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 57 additions & 57 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repository = "https://github.com/graphprotocol/graph-node"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
alloy = { version = "2.0.0", features = ["dyn-abi", "json-abi", "full", "arbitrary", "json-rpc", "serde"] }
alloy = { version = "2.0.1", features = ["dyn-abi", "json-abi", "full", "arbitrary", "json-rpc", "serde"] }
alloy-rpc-types = "2.0.0"
# rustls is pulled in transitively by alloy (aws_lc_rs) and object_store via
# reqwest (ring). With both providers linked, rustls 0.23 requires an explicit
Expand Down
Loading