Skip to content

chore(deps): bump alloy from 0.8.3 to 2.0.4 - #11

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/alloy-2.0.4
Closed

chore(deps): bump alloy from 0.8.3 to 2.0.4#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/alloy-2.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps alloy from 0.8.3 to 2.0.4.

Release notes

Sourced from alloy's releases.

v2.0.4

What's Changed

Full Changelog: alloy-rs/alloy@v2.0.3...v2.0.4

v2.0.3

What's Changed

Full Changelog: alloy-rs/alloy@v2.0.2...v2.0.3

v2.0.2

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.0.1...v2.0.2

v2.0.1

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

2.0.4 - 2026-04-29

Bug Fixes

  • [rpc-types-engine] Remove non_exhaustive from testing build request (#3940)

2.0.3 - 2026-04-29

Features

  • [rpc-types-engine] Derive Default for testing build request (#3939)

Miscellaneous Tasks

  • Release 2.0.3

2.0.2 - 2026-04-29

Bug Fixes

  • [provider] Return network blocks from anvil_mine_detailed (#3928)
  • [node-bindings] Use create_dir_all for datadir creation (#3920)
  • [pubsub] Back off reconnect retries (#3919)

Features

  • [eips] Add EIP-7594 cell matching helpers (#3934)
  • [eips] Add EIP-7594 sidecar cell helper (#3933)
  • [eips] Add blob cells response type (#3932)
  • [eips] Add SSZ support for blob proof types (#3923)
  • [eips] Add sidecar shrink_to_fit helpers (#3918)

Miscellaneous Tasks

  • Release 2.0.2
  • Release 2.0.2
  • [rpc-types-engine] Mark TestingBuildBlockRequestV1 non_exhaustive (#3913)

Performance

  • [eips] Compute EIP-7594 cells only for matches (#3937)
  • [serde] Avoid heap allocation in JsonStorageKey Display (#3925)

Refactor

  • [rpc-types-engine] Move v4 payload deserialize impl (#3922)
  • [transport-ws] Make TLS opts selectable through features (#3915)

2.0.1 - 2026-04-22

... (truncated)

Commits
  • f3fe4cf chore: release 2.0.4
  • 69eb3d7 fix(rpc-types-engine): remove non_exhaustive from testing build request (#3940)
  • c915624 chore: release 2.0.3
  • e0fa41e feat(rpc-types-engine): derive Default for testing build request (#3939)
  • 3204bb4 chore: release 2.0.2
  • 9708257 chore: release 2.0.2
  • e24e43d perf(eips): compute EIP-7594 cells only for matches (#3937)
  • f119d71 fix(provider): return network blocks from anvil_mine_detailed (#3928)
  • ece836a feat(eips): add EIP-7594 cell matching helpers (#3934)
  • 0ff23ae feat(eips): add EIP-7594 sidecar cell helper (#3933)
  • Additional commits viewable in compare view

Summary by CodeRabbit

  • Chores
    • Updated EVM provider dependency to version 2.0, maintaining existing functionality and compatibility.

Review Change Stack

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
Bumps [alloy](https://github.com/alloy-rs/alloy) from 0.8.3 to 2.0.4.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.8.3...v2.0.4)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/alloy-2.0.4 branch from c50741a to bad170a Compare May 12, 2026 04:03
@coderabbitai

coderabbitai Bot commented May 12, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: a10d4f45-bb09-4bcb-afbd-284493a1f1c4

📥 Commits

Reviewing files that changed from the base of the PR and between f80847a and bad170a.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock, !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml

📝 Walkthrough

Walkthrough

This pull request updates the alloy EVM dependency in Cargo.toml from version 0.8 to 2.0. The dependency remains optional and all enabled features (providers, rpc-types-eth, transport-http, reqwest-rustls-tls) are preserved. This is a single-line version bump with no changes to feature flags or other dependencies.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description provides release notes and changelog details for alloy, but does not follow the required template structure with Summary, Scope, Checks, and Deploy impact sections. Add required template sections: Summary (1-3 sentences), Scope checklist, Checks checklist, Deploy impact section, and explicitly note whether this is a test-only or dependency-only change with no on-chain impact.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main change: bumping the alloy dependency from version 0.8.3 to 2.0.4, which directly matches the primary change in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/cargo/alloy-2.0.4

Warning

Review ran into problems

🔥 Problems

Timed out fetching pipeline failures after 30000ms


Comment @coderabbitai help to get the list of available commands and usage tips.

@satyakwok

Copy link
Copy Markdown
Member

Superseded by #16 (Cluster D: alloy 0.8→2.0 with API migration).

@dependabot @github

dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/alloy-2.0.4 branch May 12, 2026 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant