Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the alloy group with 1 update: alloy.

Updates alloy from 1.1.2 to 1.1.3

Release notes

Sourced from alloy's releases.

v1.1.3

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from alloy's changelog.

1.1.3 - 2025-12-06

Bug Fixes

  • [network] Correct priority_fee_or_price field order in UnknownTypedTransaction (#3301)
  • [geth] Treat “execution reverted” as revert in CallFrame::is_revert (#3295)
  • [consensus] Silence unused generic param in Recovered::try_convert (#3274)
  • [ens] Use ENS_REVERSE_REGISTRAR_DOMAIN in get_reverse_registrar (#3276)
  • [eip1898] RpcBlockHash serde to use rename_all = "camelCase" (#3255)
  • Fix/fallback sequential for sync methods (#3211)
  • Correct SyncInfo.stages doc to list of Stage entries (#3226)

Dependencies

  • [deps] Bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#3281)
  • [deps] Bump taiki-e/install-action from 2.62.57 to 2.62.60 (#3280)
  • [deps] Bump crate-ci/typos from 1.39.2 to 1.40.0 (#3282)
  • [deps] Bump crate-ci/typos from 1.39.0 to 1.39.2 (#3244)
  • [deps] Bump taiki-e/install-action from 2.62.49 to 2.62.57 (#3245)
  • [deps] Bump actions/checkout from 5 to 6 (#3246)

Documentation

  • Align ExecutionWitness docs with list-based schema and RLP headers (#3298)
  • Add an example in alloy meta crate (#3291)
  • [provider] Properly format references (#3292)
  • Add more links, tests for README in transport and signer-local (#3019)
  • Add documentation for build_unsigned and build methods (#3187)
  • [provider] Expand on filler documentation (#3283)
  • [meta] Fix re-export docs (#3284)
  • Fix incorrect max_fee_per_gas field documentation (#3250)

Features

  • Make BuiltInConnectionString::connect configurable (#3296)
  • Add Erc7562Frame::is_revert method (#3299)
  • Add extract_block_range for Filter (#3300)
  • Add ensure_success method to ReceiptResponse (#3287)
  • [provider] Add verify_flashbots_signature function (#3273)
  • Add blocknumhash helper (#3263)
  • Add into-hashes-vec (#3257)
  • Include DecodeError in SszDecodeError display (#3232)
  • [provider] Add fill_transaction method to Provider trait (#3221)

Miscellaneous Tasks

  • Add contains helper (#3302)
  • Deprecate DecodedValue::typ in favor of ty (#3293)
  • Enable rlp when consensus/eips are active (#3279)
  • Prefix hash constants with 0x (#3272)

... (truncated)

Commits
  • cb918b6 chore: release 1.1.3
  • f8b1479 chore: add contains helper (#3302)
  • 15bce44 Wasm32 wasip support (#3289)
  • a1eb2e3 docs: align ExecutionWitness docs with list-based schema and RLP headers (#3298)
  • e7bb675 feat: make BuiltInConnectionString::connect configurable (#3296)
  • 79adb68 fix(network): correct priority_fee_or_price field order in UnknownTypedTransa...
  • becd288 feat: Add Erc7562Frame::is_revert method (#3299)
  • 06b7f27 feat: add extract_block_range for Filter (#3300)
  • 401cce3 fix(geth): treat “execution reverted” as revert in CallFrame::is_revert (#3295)
  • b1a37ac chore: deprecate DecodedValue::typ in favor of ty (#3293)
  • 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.1.2 to 1.1.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.1.2...v1.1.3)

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

coderabbitai bot commented Dec 8, 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-f8350b5bca

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

@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.11%. Comparing base (e78ca90) to head (57bc188).

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

@hanabi1224 hanabi1224 enabled auto-merge December 8, 2025 01:32
@hanabi1224 hanabi1224 added this pull request to the merge queue Dec 8, 2025
Merged via the queue into main with commit bbf68e2 Dec 8, 2025
9 of 10 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/cargo/alloy-f8350b5bca branch December 8, 2025 08:37
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.

4 participants