Skip to content

build(deps): bump alloy from 1.6.1 to 1.6.3 in the alloy group#404

Merged
akaladarshi merged 1 commit intomainfrom
dependabot/cargo/alloy-76b90f42a2
Feb 16, 2026
Merged

build(deps): bump alloy from 1.6.1 to 1.6.3 in the alloy group#404
akaladarshi merged 1 commit intomainfrom
dependabot/cargo/alloy-76b90f42a2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the alloy group with 1 update: alloy.

Updates alloy from 1.6.1 to 1.6.3

Release notes

Sourced from alloy's releases.

v1.6.3

What's Changed

Full Changelog: alloy-rs/alloy@v1.6.2...v1.6.3

v1.6.2

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.6.1...v1.6.2

Changelog

Sourced from alloy's changelog.

1.6.3 - 2026-02-09

Bug Fixes

  • [transport] Eagerly format itertools to prevent double-format panic (#3668)

Miscellaneous Tasks

  • Release 1.6.3

1.6.2 - 2026-02-09

Bug Fixes

  • [node-bindings] Fix temp dir leak in Geth genesis init (#3662)
  • [contract] Check receipt status before contract address in deploy (#3654)
  • [rpc-types] Don't return EIP-4844 type for max_fee_per_blob_gas alone (#3651)
  • [rpc-types-eth] Use hex serialization for SyncStatusMetadata block fields (#3631)

Documentation

  • [eips] Clarify blob_base_cost default values for different hardforks (#3664)
  • [eips] Fix incorrect default precompute value in KZG settings doc (#3657)

Features

  • [transport-ws] Make keepalive interval configurable (#3660)
  • [rpc-types-engine] Add into_block_raw_with_transactions_root to execution payloads (#3452)
  • [consensus] Add InMemorySize trait (#3656)
  • [provider] Add with_default_block to ProviderBuilder (#3055)
  • [provider] Add engine_getPayloadBodiesByHashV2 and engine_getPay… (#3647)

Miscellaneous Tasks

  • Release 1.6.2
  • Release 1.6.2
  • Improve rpc debug logs (#3661)

Performance

  • [rpc-types-eth] Use Vec::with_capacity in Filter serialization (#3653)
  • [serde] Remove unnecessary clone in OtherFields::deserialize_as (#3652)
  • [provider] Use get_header instead of get_block in get_block_number_by_id (#3640)
  • Optimize hex serialization for Index and BlockNumberOrTag (#3626)
Commits
  • b125eff chore: release 1.6.3
  • dc102cf chore: release 1.6.3
  • f809b3d fix(transport): eagerly format itertools to prevent double-format panic (#3668)
  • 9a90a57 chore: release 1.6.2
  • 0f3e71c chore: release 1.6.2
  • d1dbde5 feat(transport-ws): make keepalive interval configurable (#3660)
  • 10b9142 docs(eips): clarify blob_base_cost default values for different hardforks (#3...
  • 3559ee9 fix(node-bindings): fix temp dir leak in Geth genesis init (#3662)
  • f69665c chore: improve rpc debug logs (#3661)
  • 79dcf43 docs(eips): fix incorrect default precompute value in KZG settings doc (#3657)
  • 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 1.6.1 to 1.6.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.6.1...v1.6.3)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 1.6.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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 16, 2026 01:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 16, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 16, 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.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/cargo/alloy-76b90f42a2

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

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.11%. Comparing base (ddddfab) to head (630af20).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #404   +/-   ##
=======================================
  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.

@akaladarshi akaladarshi added this pull request to the merge queue Feb 16, 2026
Merged via the queue into main with commit b72a22f Feb 16, 2026
7 checks passed
@akaladarshi akaladarshi deleted the dependabot/cargo/alloy-76b90f42a2 branch February 16, 2026 05:57
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