Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the patch-versions group with 1 update: alloy.

Updates alloy from 1.0.37 to 1.0.38

Release notes

Sourced from alloy's releases.

v1.0.38

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v1.0.37...v1.0.38

Changelog

Sourced from alloy's changelog.

1.0.38 - 2025-10-08

Bug Fixes

  • [eip7547] InclusionListStatusV1 serialize_map size hint (#3005)
  • Use injected #alloy_rlp path in generated typed_decode error mapping (#2996)
  • [cache] Prevent caching for tag-based BlockId in get_block_receipts (#2969)
  • Silent truncation in Ledger message signing (#2971)
  • [provider] Correct TxFiller rustdoc link (#2973)
  • [provider] Use StateContext::default() placeholder in eth_callMany serialization (#2968)
  • [beacon] Use u64 for gas equality errors (#2961)

Dependencies

  • [deps] Bump crate-ci/typos from 1.36.3 to 1.37.2 (#2990)
  • [deps] Bump foundry-rs/foundry-toolchain from 1.4.0 to 1.5.0 (#2991)
  • [deps] Bump taiki-e/install-action from 2.62.13 to 2.62.21 (#2992)

Documentation

  • [rpc-types-eth] Clarify EIP-4844 preferred_type docs to include blob_versioned_hashes (#2978)

Features

  • Generate TypedTransaction enum in envelope macro (#2925)
  • [beacon-types] GetBlobsResponse (#2994)
  • Relax Clone bound for PollerBuilder and prepare_static_poller (#2993)

Miscellaneous Tasks

  • [meta] Add onbjerg + zerosnacks, remove yash as a code owner (#3000)
  • [rpc-client] Remove duplicate localhost:8545 parsing assertion (#2989)
  • Deduplicate Either async_trait attribute (#2982)
  • Remove outdated TODO about current-thread polling (#2977)

Other

  • Add grandizzy as codeowner (#3002)

Performance

  • [serde] Avoid allocation in B256 hex serialization (#2998)

Refactor

  • Remove redundant struct update syntax in AnyHeader construction (#2980)
  • Simplify PreStateConfig initialization in tests (#2964)
  • [consensus] Unify try_get_provider body across std/no_std (#2963)
Commits
  • 52455a1 chore: release 1.0.38 (#3007)
  • 6d2b3c7 fix(eip7547): InclusionListStatusV1 serialize_map size hint (#3005)
  • b55015c feat: generate TypedTransaction enum in envelope macro (#2925)
  • 1fe36e6 Add grandizzy as codeowner (#3002)
  • 50b347f perf(serde): avoid allocation in B256 hex serialization (#2998)
  • 6929d34 chore(meta): add onbjerg + zerosnacks, remove yash as a code owner (#3000)
  • ff56451 chore(deps): bump crate-ci/typos from 1.36.3 to 1.37.2 (#2990)
  • 4599c60 fix: Use injected #alloy_rlp path in generated typed_decode error mapping (#2...
  • 9f93438 chore(deps): bump foundry-rs/foundry-toolchain from 1.4.0 to 1.5.0 (#2991)
  • a6f7db0 feat(beacon-types): GetBlobsResponse (#2994)
  • 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 patch-versions group with 1 update: [alloy](https://github.com/alloy-rs/alloy).


Updates `alloy` from 1.0.37 to 1.0.38
- [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.37...v1.0.38)

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

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 Oct 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 13, 2025 01:13
@dependabot dependabot bot added the rust Pull requests that update Rust code label Oct 13, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 13, 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/patch-versions-853934410a

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 39.37%. Comparing base (a834c3f) to head (d6b82e0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #324   +/-   ##
=======================================
  Coverage   39.37%   39.37%           
=======================================
  Files          40       40           
  Lines        2537     2537           
=======================================
  Hits          999      999           
  Misses       1538     1538           

☔ 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 added this pull request to the merge queue Oct 13, 2025
Merged via the queue into main with commit 37b05f1 Oct 13, 2025
5 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/cargo/patch-versions-853934410a branch October 13, 2025 09:32
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