Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the alloy group with 1 update: alloy.

Updates alloy from 1.1.3 to 1.2.1

Release notes

Sourced from alloy's releases.

v1.2.1

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

1.2.1 - 2025-12-23

Bug Fixes

  • Simplify size functions (#3403)
  • Remove ring spec and bump gcloud version (#2768)
  • Saturate gas price in deser for unknown networks (#3095)
  • Clarify KMS signer EIP-155 documentation (#3335)
  • [node-bindings] Generalize ReadLineError output description (#3359)
  • Incorrect debug log message in heartbeat transaction watcher (#3362)
  • Don't blow up header maps when using auth (#3360)
  • [transport-ipc] Avoid false error on normal EOF (#3358)
  • Misleading Ledger signer debug log and align error handling (#3356)
  • [eip7547] Correct InclusionListSummaryEntryV1 Display name (#3354)
  • Resolve clippy and doctest warnings (#3333)
  • [rpc-types-eth] Correct build_7702 panic documentation (#3332)
  • Align EIP1186AccountProofResponse::is_empty with EIP-161 (#3303)
  • More flexible BadBlock type (#3322)

Dependencies

  • [deps] Bump taiki-e/install-action from 2.63.3 to 2.65.1 (#3406)
  • [deps] Run cargo shear (#3405)
  • [deps] Bump taiki-e/install-action from 2.62.64 to 2.63.3 (#3352)
  • [deps] Bump foundry-rs/foundry-toolchain from 1.5.0 to 1.6.0 (#3353)
  • [deps] Bump taiki-e/install-action from 2.62.60 to 2.62.64 (#3310)

Documentation

  • Add tenderly, turnkey, and tx-macros crates to README (#3385)
  • Add EIP-5792 and EIP-7547 crates to README (#3382)
  • [signer] Add Turnkey to signer implementations list (#3334)
  • Correct BlockOpcodeGas comment to block-level usage (#3349)
  • [network] Fix outdated Network trait example in README (#3346)
  • Fix Maybe*PayloadFields into_inner doc comments (#3324)
  • [provider] Fix debug trace call option type (#3318)
  • Fix try_into_eip7702 documentation (#3317)
  • Fix SendableTx::try_into_request documentation (#3311)
  • Fix swapped filter doc comments (#3308)
  • [rpc-types-eth] Fix swapped docs for get_to_block/get_from_block (#3307)

Features

  • Add Signer implementation for secp256 key (#3337)
  • Add transactionReceipts into SubscriptionKind (#2974)
  • [consensus] Add buffer-based signer recovery methods (#3340)
  • Add bincode compat support for BlobTransactionSidecarVariant (#3325)
  • Allow fusaka sidecars in the tx request (#3321)

Miscellaneous Tasks

... (truncated)

Commits

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

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


Updates `alloy` from 1.1.3 to 1.2.1
- [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.1.3...v1.2.1)

---
updated-dependencies:
- dependency-name: alloy
  dependency-version: 1.2.1
  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 Dec 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 29, 2025 01:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 29, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 29, 2025

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.

✨ 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-c7b8f9e3da

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 (49b29ef) to head (ea95bb8).

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

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