Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps the alloy group with 1 update: alloy.

Updates alloy from 1.0.41 to 1.0.42

Release notes

Sourced from alloy's releases.

v1.0.42

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.0.41...v1.0.42

Changelog

Sourced from alloy's changelog.

1.0.42 - 2025-10-31

Bug Fixes

  • [json-rpc] Correct RequestPacket doc references to RequestPacket::{Single,Batch} (#3100)
  • Correct gas field types in Header::size() method (#3074)
  • [rpc-client] Remove redundant into_box_transport (#3071)
  • [transport] Decrement request counter on retry limit exceeded (#3069)
  • Add defaults for blob response flags and drop unused serde_as (#3057)
  • [tx-macro] Correctly generate uppercase aliases (#3053)
  • [signer] Propagate semver parse errors instead of unwrap (#3039)

Dependencies

  • Move alloy_primitives to dev-deps (#3106)
  • [deps] Bump taiki-e/install-action from 2.62.33 to 2.62.38 (#3086)
  • [deps] Bump taiki-e/install-action from 2.62.28 to 2.62.33 (#3056)

Documentation

  • Clarify unsupported tx type in complete_type (#3112)
  • Add MEV API limitations and timing warnings (#3098)

Features

  • [provider] Add debug_dbGet method to retrieve values from db (#3109)
  • Forward more-tuple-impls to alloy-core (#3090)
  • Implement CallBuilder::legacy() to prefer legacy by setting gas_price (#3085)
  • [ens] Add alloy-ens to alloy metacrate (#3083)
  • [provider] Add tenderly admin api bindings (#3047)
  • Add blobs & into_blobs methods (#3072)
  • [signer-turnkey] Bump to 0.5 and add to main alloy package (#3043)
  • [envelope] Add try_into_* consuming helpers for EthereumTxEnvelope and tests (#3062)
  • [ens-txt] Added txt resolution functions to provider (#3059)
  • Add convenience fn for TxEip4844WithSidecar 7594 conversion (#3040)

Miscellaneous Tasks

  • Remove useless TODO comment in MEV stats module (#3099)
  • Add number value to MAX_TX_GAS_LIMIT_OSAKA (#3093)
  • [network] Remove outdated TODO about Ethereum-only block responses (#3089)
  • Expose WebSocketConfig in RPC client and provider for non-WASM builds (#3088)
  • [ens] Remove empty ens.rs file (#3079)
  • Enable debug_code_by_hash test (#3052)
  • Fix clippy (#3044)
  • Remove unnecessary todo (#3042)

Other

  • [rpc-types-beacon] Mark redundant Beacon/Beacon2 type aliases as deprecated (#3081)

... (truncated)

Commits
  • 51b2d0f chore: release 1.0.42
  • ac4e085 docs: clarify unsupported tx type in complete_type (#3112)
  • f3ada33 refactor(provider): simplify HyperClient init with layer method (#3114)
  • 8916ae1 feat(provider): add debug_dbGet method to retrieve values from db (#3109)
  • f2f17db transport: move alloy_primitives to dev-deps (#3106)
  • c198755 chore: remove useless TODO comment in MEV stats module (#3099)
  • f8145d4 feat: forward more-tuple-impls to alloy-core (#3090)
  • ebffcb2 fix(json-rpc): correct RequestPacket doc references to RequestPacket::{Single...
  • ed08728 docs: add MEV API limitations and timing warnings (#3098)
  • f3b8a39 chore: add number value to MAX_TX_GAS_LIMIT_OSAKA (#3093)
  • 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

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


Updates `alloy` from 1.0.41 to 1.0.42
- [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.0.41...v1.0.42)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 3, 2025 01:22
@dependabot dependabot bot requested review from LesnyRumcajs and elmattic November 3, 2025 01:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 3, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 3, 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-9044656ed2

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 38.75%. Comparing base (b56479e) to head (864b1ec).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  Coverage   38.75%   38.75%           
=======================================
  Files          40       40           
  Lines        2578     2578           
=======================================
  Hits          999      999           
  Misses       1579     1579           

☔ 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.

@sudo-shashank sudo-shashank added this pull request to the merge queue Nov 3, 2025
Merged via the queue into main with commit fe863be Nov 3, 2025
7 checks passed
@sudo-shashank sudo-shashank deleted the dependabot/cargo/alloy-9044656ed2 branch November 3, 2025 02:48
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.

3 participants