Skip to content

build(deps): bump alloy from 1.4.0 to 1.4.3 in the alloy group#386

Merged
hanabi1224 merged 2 commits intomainfrom
dependabot/cargo/alloy-ed88bb752c
Jan 19, 2026
Merged

build(deps): bump alloy from 1.4.0 to 1.4.3 in the alloy group#386
hanabi1224 merged 2 commits intomainfrom
dependabot/cargo/alloy-ed88bb752c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the alloy group with 1 update: alloy.

Updates alloy from 1.4.0 to 1.4.3

Release notes

Sourced from alloy's releases.

v1.4.3

What's Changed

Full Changelog: alloy-rs/alloy@v1.4.2...v1.4.3

v1.4.2

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.4.1...v1.4.2

v1.4.1

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.4.0...v1.4.1

Changelog

Sourced from alloy's changelog.

1.4.3 - 2026-01-14

Features

  • [consensus] Relax Block::decode_sealed to accept any H: Decodable (#3523)

1.4.2 - 2026-01-14

Bug Fixes

  • [tx-macros] Use private alloy_rlp path for Decodable result (#3518)

Features

  • [consensus] Add decode_sealed for efficient sealed block/header decoding (#3519)
  • [signer-local] Add conversions between PrivateKeySigner and Secp256k1Signer (#3516)
  • Add engine_getPayloadV5 (#3515)

Miscellaneous Tasks

  • Release 1.4.2
  • Release 1.4.2

Refactor

  • [rpc-types-eth] Remove redundant clones in block tests (#3514)

1.4.1 - 2026-01-13

Bug Fixes

  • [eips] Use for loop in blob conversion to avoid stack overflow (#3499)

Dependencies

  • [deps] Bump crate-ci/typos from 1.41.0 to 1.42.0 (#3507)
  • [deps] Bump taiki-e/install-action from 2.65.13 to 2.66.1 (#3508)

Features

  • [provider] Add CacheLayer builder methods (#3490)
  • [provider] Add accessors to FillProvider and NonceFiller (#3501)
  • [engine] Add TestingApi with testing_buildBlockV1 support (#3511)
  • [rpc-types-engine] Add ExecutionPayloadEnvelope V4/V5 conversions (#3510)
  • Added reth provider trait ext (#3480)
  • [provider] Add mapping and mutable accessors to JoinFill (#3488)
  • [alloy-provider] Add methods for creating custom gas estimator for BlobGasFiller (#3489)

Miscellaneous Tasks

... (truncated)

Commits
  • f794e65 chore: release 1.4.3
  • 4c2ef29 feat(consensus): relax Block::decode_sealed to accept any H: Decodable (#3523)
  • c3f0f34 chore: release 1.4.2
  • dcd5e7e chore: release 1.4.2
  • 71361ec feat(consensus): add decode_sealed for efficient sealed block/header decoding...
  • a9e4e1a refactor(rpc-types-eth): remove redundant clones in block tests (#3514)
  • 8953853 fix(tx-macros): use private alloy_rlp path for Decodable result (#3518)
  • 6a72bd5 feat(signer-local): add conversions between PrivateKeySigner and Secp256k1Sig...
  • 14835b0 feat: add engine_getPayloadV5 (#3515)
  • e632078 chore: release 1.4.1
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2026 01:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 19, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 19, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.11%. Comparing base (7eadeb9) to head (3ff98b2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #386   +/-   ##
=======================================
  Coverage   41.11%   41.11%           
=======================================
  Files          40       40           
  Lines        2668     2668           
=======================================
  Hits         1097     1097           
  Misses       1571     1571           

☔ View full report in Codecov by Sentry.
📢 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.

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


Updates `alloy` from 1.4.0 to 1.4.3
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v1.4.0...v1.4.3)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alloy
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/alloy-ed88bb752c branch from f532358 to 2acb73d Compare January 19, 2026 03:24
@hanabi1224 hanabi1224 enabled auto-merge January 19, 2026 04:34
@hanabi1224 hanabi1224 added this pull request to the merge queue Jan 19, 2026
Merged via the queue into main with commit 880d3be Jan 19, 2026
7 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/cargo/alloy-ed88bb752c branch January 19, 2026 04:38
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