Bump alloy crates from 1.7.3 to 1.8.3#4333
Merged
AryanGodara merged 2 commits intomainfrom Apr 15, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the alloy suite of crates from version 1.7.3 to 1.8.3 and bumps several other dependencies, including reqwest, socket2, and tungstenite. It also transitions alloy-transport-ws to use rustls by removing hyper-tls and tokio-native-tls. No critical issues found; I have no feedback to provide.
jmg-duarte
reviewed
Apr 15, 2026
jmg-duarte
approved these changes
Apr 15, 2026
8c5dee1 to
243480d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checked latest versions available for all alloy and sub dependencies.
Bumps all alloy workspace dependencies to their latest 1.x versions:
alloy, alloy-consensus, alloy-contract, alloy-eips, alloy-json-rpc, alloy-network, alloy-provider, alloy-rpc-client, alloy-rpc-types, alloy-rpc-types-eth, alloy-rpc-types-trace, alloy-signer, alloy-signer-local, alloy-transport, alloy-transport-ws: 1.7.3 → 1.8.3
alloy-primitives: 1.5.2 → 1.5.7
alloy-sol-types: 1.5.2 → 1.5.7
alloy-dyn-abi, alloy-json-abi were already at latest (1.5.7)
Separated from #4205 (pod network integration) PR to isolate the dependency upgrade.