Skip to content

build(deps): bump alloy from 2.0.5 to 2.1.0 in the alloy group#463

Merged
sudo-shashank merged 2 commits into
mainfrom
dependabot/cargo/alloy-503521df50
Jun 29, 2026
Merged

build(deps): bump alloy from 2.0.5 to 2.1.0 in the alloy group#463
sudo-shashank merged 2 commits into
mainfrom
dependabot/cargo/alloy-503521df50

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the alloy group with 1 update: alloy.

Updates alloy from 2.0.5 to 2.1.0

Release notes

Sourced from alloy's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.0.5...v2.1.0

Changelog

Sourced from alloy's changelog.

2.1.0 - 2026-06-16

Bug Fixes

  • [txpool] Checksum address map keys for tx pool (#4039)
  • Skip exp claim serialization in JWT if none (#4032)
  • [rpc-client] Include IPC path in metadata errors (#4016)
  • [rpc-types-engine] Support positional testing build block requests (#4014)
  • [signer-local] Return missing mnemonic phrase error (#4009)
  • [transport-http] Preserve JSON-RPC errors from non-2xx (#4006)

Dependencies

  • [deps] Bump alloy-eip7928 to 0.4 (#4011)

Documentation

  • [rpc-types-eth] Clarify block header docs (#3998)
  • [rpc-types-engine] Document ExecutionPayloadV4 fields (#4012)
  • [rpc-types-engine] Include ExecutionPayloadV4 in docs (#4008)

Features

  • [rpc-beacon-type] Extend ssz decoding to SignedBeaconBlock (#4029)
  • Provider::watch_canonical_logs_from (#4022)
  • [provider] Add anvil_dump_state_with_history to AnvilApi (#4025)
  • [engine] Add SSZ for payload bodies (#4026)
  • Add ssz encoding and decoding to Payload Envelopes (#4024)
  • [consensus] Add generic indexed value helper (#4005)
  • Provider::watch_blocks_from and Provider::watch_canonical_blocks_from (#3722)

Miscellaneous Tasks

  • Release 2.1.0
  • Group weekly dependabot updates (#4035)
  • Fixed amsterdam docs and sequence in chain config (#4021)
  • Replaced typed tx with consensus tx in build_typed_simulate_tx… (#4015)
  • Added target_gas_limit to payload attributes v4 (#3980)

Other

  • Ignore proc-macro-error2 advisory (#4030)
  • Avoid caching pending tx snapshots by hash (#4001)
  • Update CODEOWNERS (#4004)
Commits
  • 68e909d chore: release 2.1.0
  • 9c449d0 chore: release 2.1.0
  • c5f3058 fix(txpool): checksum address map keys for tx pool (#4039)
  • 1a9c4d4 chore(deps): bump alloy-eip7928 to 0.4 (#4011)
  • 6d665a6 chore: group weekly dependabot updates (#4035)
  • df681af fix: skip exp claim serialization in JWT if none (#4032)
  • 6977a95 feat(rpc-beacon-type): extend ssz decoding to SignedBeaconBlock (#4029)
  • f700f88 ci: ignore proc-macro-error2 advisory (#4030)
  • 16f7a80 feat: Provider::watch_canonical_logs_from (#4022)
  • f3df589 chore: fixed amsterdam docs and sequence in chain config (#4021)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the alloy group with 1 update: [alloy](https://github.com/alloy-rs/alloy).


Updates `alloy` from 2.0.5 to 2.1.0
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v2.0.5...v2.1.0)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alloy
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 25, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 25, 2026 01:23
@dependabot dependabot Bot requested review from hanabi1224 and sudo-shashank June 25, 2026 01:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 25, 2026
@codecov-commenter

codecov-commenter commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 39.51%. Comparing base (e6b4f9c) to head (003c485).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #463   +/-   ##
=======================================
  Coverage   39.51%   39.51%           
=======================================
  Files          43       43           
  Lines        2994     2994           
=======================================
  Hits         1183     1183           
  Misses       1811     1811           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sudo-shashank sudo-shashank added this pull request to the merge queue Jun 29, 2026
Merged via the queue into main with commit f5d11de Jun 29, 2026
6 checks passed
@sudo-shashank sudo-shashank deleted the dependabot/cargo/alloy-503521df50 branch June 29, 2026 07:16
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.

2 participants