Skip to content

chore(deps): bump the cargo-weekly group across 1 directory with 11 updates - #433

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-weekly-b44a8bac0e
Open

chore(deps): bump the cargo-weekly group across 1 directory with 11 updates#433
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-weekly-b44a8bac0e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-weekly group with 10 updates in the / directory:

Package From To
alloy-primitives 1.6.1 1.7.0
alloy-sol-macro 1.6.1 1.7.0
alloy-contract 2.3.0 2.4.1
alloy-rpc-types 2.0.5 2.4.1
alloy-rpc-types-beacon 2.0.5 2.4.1
either 1.17.0 1.18.0
blake3 1.8.6 1.8.7
cc 1.4.3 1.4.4
alloy-node-bindings 2.3.0 2.4.1
crunchy 0.2.2 0.2.4

Updates alloy-primitives from 1.6.1 to 1.7.0

Release notes

Sourced from alloy-primitives's releases.

alloy-core v1.7.0

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.6.1...v1.7.0

Changelog

Sourced from alloy-primitives's changelog.

1.7.0 - 2026-08-25

Bug Fixes

  • [sol-types] Validate dynamic array length before allocation (#1164)
  • [primitives] Require list header when decoding logs (#1166)
  • [sol-macro] Preserve nested ABI component names (#1162)
  • [dyn-abi] Coerce JSON int values above i64::MAX for signed types (#1158)
  • [primitives] Return Err on parse_units multiply overflow (#1156)
  • Restore changelogs (#1154)

Dependencies

  • [deps] Bump the ci-weekly group with 2 updates (#1163)
  • [deps] Bump actions/checkout from 7.0.0 to 7.0.1 in the ci-weekly group (#1159)

Features

  • [sol-types] Add AbiDecoderConfig (#1167)
  • [dyn-abi] Add indexed event topic encoding for DynSolValue (#1161)
  • [json-abi] Support enum definitions (#1155)

Miscellaneous Tasks

  • Release 1.7.0

Performance

  • Manual Ord for FixedBytes using integer chunk comparison (#1160)

Testing

  • Remove needless hash borrow (#1168)
Commits
  • 35d5089 chore: release 1.7.0
  • 269e18e fix(sol-types): validate dynamic array length before allocation (#1164)
  • 8b8e772 test: remove needless hash borrow (#1168)
  • dd2b02d feat(sol-types): add AbiDecoderConfig (#1167)
  • 6cddb17 fix(primitives): require list header when decoding logs (#1166)
  • 7663d21 fix(sol-macro): preserve nested ABI component names (#1162)
  • f61a6c6 chore(deps): bump the ci-weekly group with 2 updates (#1163)
  • 67251fe feat(dyn-abi): add indexed event topic encoding for DynSolValue (#1161)
  • fc86734 perf: manual Ord for FixedBytes using integer chunk comparison (#1160)
  • 777aa4d chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the ci-weekly group...
  • Additional commits viewable in compare view

Updates alloy-sol-macro from 1.6.1 to 1.7.0

Release notes

Sourced from alloy-sol-macro's releases.

alloy-core v1.7.0

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.6.1...v1.7.0

Changelog

Sourced from alloy-sol-macro's changelog.

1.7.0 - 2026-08-25

Bug Fixes

  • [sol-types] Validate dynamic array length before allocation (#1164)
  • [primitives] Require list header when decoding logs (#1166)
  • [sol-macro] Preserve nested ABI component names (#1162)
  • [dyn-abi] Coerce JSON int values above i64::MAX for signed types (#1158)
  • [primitives] Return Err on parse_units multiply overflow (#1156)
  • Restore changelogs (#1154)

Dependencies

  • [deps] Bump the ci-weekly group with 2 updates (#1163)
  • [deps] Bump actions/checkout from 7.0.0 to 7.0.1 in the ci-weekly group (#1159)

Features

  • [sol-types] Add AbiDecoderConfig (#1167)
  • [dyn-abi] Add indexed event topic encoding for DynSolValue (#1161)
  • [json-abi] Support enum definitions (#1155)

Miscellaneous Tasks

  • Release 1.7.0

Performance

  • Manual Ord for FixedBytes using integer chunk comparison (#1160)

Testing

  • Remove needless hash borrow (#1168)
Commits
  • 35d5089 chore: release 1.7.0
  • 269e18e fix(sol-types): validate dynamic array length before allocation (#1164)
  • 8b8e772 test: remove needless hash borrow (#1168)
  • dd2b02d feat(sol-types): add AbiDecoderConfig (#1167)
  • 6cddb17 fix(primitives): require list header when decoding logs (#1166)
  • 7663d21 fix(sol-macro): preserve nested ABI component names (#1162)
  • f61a6c6 chore(deps): bump the ci-weekly group with 2 updates (#1163)
  • 67251fe feat(dyn-abi): add indexed event topic encoding for DynSolValue (#1161)
  • fc86734 perf: manual Ord for FixedBytes using integer chunk comparison (#1160)
  • 777aa4d chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the ci-weekly group...
  • Additional commits viewable in compare view

Updates alloy-contract from 2.3.0 to 2.4.1

Release notes

Sourced from alloy-contract's releases.

v2.4.1

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.4.0...v2.4.1

v2.4.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.3.0...v2.4.0

Changelog

Sourced from alloy-contract's changelog.

2.4.1 - 2026-08-13

Features

  • [genesis] Add slot_number genesis header field (EIP-7843) (#4138)
  • [rpc-types-engine] Add Bogota payload sidecar fields (#4141)
  • [rpc-types-engine] Add Bogota payload types (#4139)
  • [rpc-types-engine] Add FOCIL response types (#4137)

2.4.0 - 2026-08-12

Bug Fixes

  • [signer-local] Add fallible YubiHSM constructors (#4128)
  • [provider] Skip cache for requireCanonical block hash queries (#4075)

Dependencies

  • [deps] Bump lru to 0.18.2 (#4131)
  • Bump tokio-tungstenite to 0.29 (#3969)
  • [deps] Bump the ci-weekly group with 2 updates (#4126)

Documentation

  • Clarify public API behavior (#4123)

Features

  • [eip7594] Reconstruct sidecars from sparse cells (#4120)
  • [genesis] Add account code helpers (#4132)
  • [rpc-types-trace] Add EIP-8037 state-gas fields (#4113)
  • [contract] Add call timeout futures (#4119)
  • [consensus] Add EIP-8070 blob clearing helpers (#4121)
  • [provider] Add trace chain subscription (#4116)
  • [contract] Convert multicall errors (#4118)
  • [rpc-types] Add debug_traceChain result type (#4115)

Miscellaneous Tasks

  • Release 2.4.0

Styling

  • [eips] Remove redundant format import (#4134)
Commits
  • df0a0b5 chore: release 2.4.1
  • 28b3450 feat(genesis): add slot_number genesis header field (EIP-7843) (#4138)
  • 0445b43 feat(rpc-types-engine): add Bogota payload sidecar fields (#4141)
  • 13dadd8 feat(rpc-types-engine): add Bogota payload types (#4139)
  • 1afccf0 feat(rpc-types-engine): add FOCIL response types (#4137)
  • 9edca79 chore: release 2.4.0
  • e175b9c docs: clarify public API behavior (#4123)
  • 192d7c8 chore(eips): remove redundant format import (#4134)
  • 249c727 feat(eip7594): reconstruct sidecars from sparse cells (#4120)
  • cf5166f feat(genesis): add account code helpers (#4132)
  • Additional commits viewable in compare view

Updates alloy-rpc-types from 2.0.5 to 2.4.1

Release notes

Sourced from alloy-rpc-types's releases.

v2.4.1

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.4.0...v2.4.1

v2.4.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.3.0...v2.4.0

v2.3.0

What's Changed

... (truncated)

Changelog

Sourced from alloy-rpc-types's changelog.

2.4.1 - 2026-08-13

Features

  • [genesis] Add slot_number genesis header field (EIP-7843) (#4138)
  • [rpc-types-engine] Add Bogota payload sidecar fields (#4141)
  • [rpc-types-engine] Add Bogota payload types (#4139)
  • [rpc-types-engine] Add FOCIL response types (#4137)

2.4.0 - 2026-08-12

Bug Fixes

  • [signer-local] Add fallible YubiHSM constructors (#4128)
  • [provider] Skip cache for requireCanonical block hash queries (#4075)

Dependencies

  • [deps] Bump lru to 0.18.2 (#4131)
  • Bump tokio-tungstenite to 0.29 (#3969)
  • [deps] Bump the ci-weekly group with 2 updates (#4126)

Documentation

  • Clarify public API behavior (#4123)

Features

  • [eip7594] Reconstruct sidecars from sparse cells (#4120)
  • [genesis] Add account code helpers (#4132)
  • [rpc-types-trace] Add EIP-8037 state-gas fields (#4113)
  • [contract] Add call timeout futures (#4119)
  • [consensus] Add EIP-8070 blob clearing helpers (#4121)
  • [provider] Add trace chain subscription (#4116)
  • [contract] Convert multicall errors (#4118)
  • [rpc-types] Add debug_traceChain result type (#4115)

Miscellaneous Tasks

  • Release 2.4.0

Styling

  • [eips] Remove redundant format import (#4134)

2.3.0 - 2026-08-03

Bug Fixes

  • [transport-http] Honor Retry-After (#4103)

... (truncated)

Commits
  • df0a0b5 chore: release 2.4.1
  • 28b3450 feat(genesis): add slot_number genesis header field (EIP-7843) (#4138)
  • 0445b43 feat(rpc-types-engine): add Bogota payload sidecar fields (#4141)
  • 13dadd8 feat(rpc-types-engine): add Bogota payload types (#4139)
  • 1afccf0 feat(rpc-types-engine): add FOCIL response types (#4137)
  • 9edca79 chore: release 2.4.0
  • e175b9c docs: clarify public API behavior (#4123)
  • 192d7c8 chore(eips): remove redundant format import (#4134)
  • 249c727 feat(eip7594): reconstruct sidecars from sparse cells (#4120)
  • cf5166f feat(genesis): add account code helpers (#4132)
  • Additional commits viewable in compare view

Updates alloy-rpc-types-beacon from 2.0.5 to 2.4.1

Release notes

Sourced from alloy-rpc-types-beacon's releases.

v2.4.1

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.4.0...v2.4.1

v2.4.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.3.0...v2.4.0

v2.3.0

What's Changed

... (truncated)

Changelog

Sourced from alloy-rpc-types-beacon's changelog.

2.4.1 - 2026-08-13

Features

  • [genesis] Add slot_number genesis header field (EIP-7843) (#4138)
  • [rpc-types-engine] Add Bogota payload sidecar fields (#4141)
  • [rpc-types-engine] Add Bogota payload types (#4139)
  • [rpc-types-engine] Add FOCIL response types (#4137)

2.4.0 - 2026-08-12

Bug Fixes

  • [signer-local] Add fallible YubiHSM constructors (#4128)
  • [provider] Skip cache for requireCanonical block hash queries (#4075)

Dependencies

  • [deps] Bump lru to 0.18.2 (#4131)
  • Bump tokio-tungstenite to 0.29 (#3969)
  • [deps] Bump the ci-weekly group with 2 updates (#4126)

Documentation

  • Clarify public API behavior (#4123)

Features

  • [eip7594] Reconstruct sidecars from sparse cells (#4120)
  • [genesis] Add account code helpers (#4132)
  • [rpc-types-trace] Add EIP-8037 state-gas fields (#4113)
  • [contract] Add call timeout futures (#4119)
  • [consensus] Add EIP-8070 blob clearing helpers (#4121)
  • [provider] Add trace chain subscription (#4116)
  • [contract] Convert multicall errors (#4118)
  • [rpc-types] Add debug_traceChain result type (#4115)

Miscellaneous Tasks

  • Release 2.4.0

Styling

  • [eips] Remove redundant format import (#4134)

2.3.0 - 2026-08-03

Bug Fixes

  • [transport-http] Honor Retry-After (#4103)

... (truncated)

Commits
  • df0a0b5 chore: release 2.4.1
  • 28b3450 feat(genesis): add slot_number genesis header field (EIP-7843) (#4138)
  • 0445b43 feat(rpc-types-engine): add Bogota payload sidecar fields (#4141)
  • 13dadd8 feat(rpc-types-engine): add Bogota payload types (#4139)
  • 1afccf0 feat(rpc-types-engine): add FOCIL response types (#4137)
  • 9edca79 chore: release 2.4.0
  • e175b9c docs: clarify public API behavior (#4123)
  • 192d7c8 chore(eips): remove redundant format import (#4134)
  • 249c727 feat(eip7594): reconstruct sidecars from sparse cells (#4120)
  • cf5166f feat(genesis): add account code helpers (#4132)
  • Additional commits viewable in compare view

Updates alloy-rpc-types-engine from 2.0.5 to 2.4.1

Release notes

Sourced from alloy-rpc-types-engine's releases.

v2.4.1

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.4.0...v2.4.1

v2.4.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v2.3.0...v2.4.0

v2.3.0

What's Changed

…pdates

Bumps the cargo-weekly group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [alloy-primitives](https://github.com/alloy-rs/core) | `1.6.1` | `1.7.0` |
| [alloy-sol-macro](https://github.com/alloy-rs/core) | `1.6.1` | `1.7.0` |
| [alloy-contract](https://github.com/alloy-rs/alloy) | `2.3.0` | `2.4.1` |
| [alloy-rpc-types](https://github.com/alloy-rs/alloy) | `2.0.5` | `2.4.1` |
| [alloy-rpc-types-beacon](https://github.com/alloy-rs/alloy) | `2.0.5` | `2.4.1` |
| [either](https://github.com/rayon-rs/either) | `1.17.0` | `1.18.0` |
| [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.6` | `1.8.7` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.4.3` | `1.4.4` |
| [alloy-node-bindings](https://github.com/alloy-rs/alloy) | `2.3.0` | `2.4.1` |
| [crunchy](https://github.com/eira-fransham/crunchy) | `0.2.2` | `0.2.4` |



Updates `alloy-primitives` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v1.6.1...v1.7.0)

Updates `alloy-sol-macro` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v1.6.1...v1.7.0)

Updates `alloy-contract` from 2.3.0 to 2.4.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@v2.3.0...v2.4.1)

Updates `alloy-rpc-types` from 2.0.5 to 2.4.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@v2.0.5...v2.4.1)

Updates `alloy-rpc-types-beacon` from 2.0.5 to 2.4.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@v2.0.5...v2.4.1)

Updates `alloy-rpc-types-engine` from 2.0.5 to 2.4.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@v2.0.5...v2.4.1)

Updates `either` from 1.17.0 to 1.18.0
- [Changelog](https://github.com/rayon-rs/either/blob/main/RELEASES.md)
- [Commits](rayon-rs/either@1.17.0...1.18.0)

Updates `blake3` from 1.8.6 to 1.8.7
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@1.8.6...1.8.7)

Updates `cc` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.4.3...cc-v1.4.4)

Updates `alloy-node-bindings` from 2.3.0 to 2.4.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@v2.3.0...v2.4.1)

Updates `crunchy` from 0.2.2 to 0.2.4
- [Commits](https://github.com/eira-fransham/crunchy/commits)

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: alloy-sol-macro
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: alloy-contract
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: alloy-rpc-types
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: alloy-rpc-types-beacon
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: alloy-rpc-types-engine
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: either
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: blake3
  dependency-version: 1.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: cc
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: alloy-node-bindings
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: crunchy
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: A-dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants