chore(deps): bump the cargo-weekly group across 1 directory with 6 updates - #430
chore(deps): bump the cargo-weekly group across 1 directory with 6 updates#430dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the cargo-weekly group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alloy-contract](https://github.com/alloy-rs/alloy) | `2.3.0` | `2.4.0` | | [alloy-rpc-types](https://github.com/alloy-rs/alloy) | `2.0.5` | `2.4.0` | | [alloy-rpc-types-beacon](https://github.com/alloy-rs/alloy) | `2.0.5` | `2.4.0` | | [alloy-node-bindings](https://github.com/alloy-rs/alloy) | `2.3.0` | `2.4.0` | | [crunchy](https://github.com/eira-fransham/crunchy) | `0.2.2` | `0.2.4` | Updates `alloy-contract` from 2.3.0 to 2.4.0 - [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.0) Updates `alloy-rpc-types` from 2.0.5 to 2.4.0 - [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.0) Updates `alloy-rpc-types-beacon` from 2.0.5 to 2.4.0 - [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.0) 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 `alloy-node-bindings` from 2.3.0 to 2.4.0 - [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.0) Updates `crunchy` from 0.2.2 to 0.2.4 - [Commits](https://github.com/eira-fransham/crunchy/commits) --- updated-dependencies: - dependency-name: alloy-contract dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-weekly - dependency-name: alloy-rpc-types dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-weekly - dependency-name: alloy-rpc-types-beacon dependency-version: 2.4.0 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: alloy-node-bindings dependency-version: 2.4.0 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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: aac0e624fe
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| # | ||
| # See: https://github.com/eira-fransham/crunchy/issues/13 | ||
| crunchy = "=0.2.2" | ||
| crunchy = "=0.2.4" |
There was a problem hiding this comment.
Retain the crunchy cross-build workaround pin
When producing the Windows GNU release on Ubuntu, this upgrade removes the deliberately documented 0.2.2 workaround even though the workflow has not been changed: .github/workflows/build-release-binaries.yml:28-30 still selects x86_64-pc-windows-gnu on ubuntu-24.04, and lines 56-57 invoke that cross-build. Because crunchy is also pulled transitively by packages such as tiny-keccak and uint, changing this workspace-wide exact pin to the version that takes the wrong host path can break the Windows release build; keep 0.2.2 until the workflow workaround described immediately above this line is implemented.
Useful? React with 👍 / 👎.
Bumps the cargo-weekly group with 5 updates in the / directory:
2.3.02.4.02.0.52.4.02.0.52.4.02.3.02.4.00.2.20.2.4Updates
alloy-contractfrom 2.3.0 to 2.4.0Release notes
Sourced from alloy-contract's releases.
Changelog
Sourced from alloy-contract's changelog.
Commits
9edca79chore: release 2.4.0e175b9cdocs: clarify public API behavior (#4123)192d7c8chore(eips): remove redundant format import (#4134)249c727feat(eip7594): reconstruct sidecars from sparse cells (#4120)cf5166ffeat(genesis): add account code helpers (#4132)5e5ec9afeat(rpc-types-trace): add EIP-8037 state-gas fields (#4113)61382d9chore(deps): bump lru to 0.18.2 (#4131)636393efix(signer-local): add fallible YubiHSM constructors (#4128)85f4d91chore: bump tokio-tungstenite to 0.29 (#3969)c220161chore(deps): bump the ci-weekly group with 2 updates (#4126)Updates
alloy-rpc-typesfrom 2.0.5 to 2.4.0Release notes
Sourced from alloy-rpc-types's releases.
... (truncated)
Changelog
Sourced from alloy-rpc-types's changelog.
... (truncated)
Commits
9edca79chore: release 2.4.0e175b9cdocs: clarify public API behavior (#4123)192d7c8chore(eips): remove redundant format import (#4134)249c727feat(eip7594): reconstruct sidecars from sparse cells (#4120)cf5166ffeat(genesis): add account code helpers (#4132)5e5ec9afeat(rpc-types-trace): add EIP-8037 state-gas fields (#4113)61382d9chore(deps): bump lru to 0.18.2 (#4131)636393efix(signer-local): add fallible YubiHSM constructors (#4128)85f4d91chore: bump tokio-tungstenite to 0.29 (#3969)c220161chore(deps): bump the ci-weekly group with 2 updates (#4126)Updates
alloy-rpc-types-beaconfrom 2.0.5 to 2.4.0Release notes
Sourced from alloy-rpc-types-beacon's releases.
... (truncated)
Changelog
Sourced from alloy-rpc-types-beacon's changelog.
... (truncated)
Commits
9edca79chore: release 2.4.0e175b9cdocs: clarify public API behavior (#4123)192d7c8chore(eips): remove redundant format import (#4134)249c727feat(eip7594): reconstruct sidecars from sparse cells (#4120)cf5166ffeat(genesis): add account code helpers (#4132)5e5ec9afeat(rpc-types-trace): add EIP-8037 state-gas fields (#4113)61382d9chore(deps): bump lru to 0.18.2 (#4131)636393efix(signer-local): add fallible YubiHSM constructors (#4128)85f4d91chore: bump tokio-tungstenite to 0.29 (#3969)c220161chore(deps): bump the ci-weekly group with 2 updates (#4126)Updates
alloy-rpc-types-enginefrom 2.0.5 to 2.4.1Release notes
Sourced from alloy-rpc-types-engine's releases.
... (truncated)
Changelog
Sourced from alloy-rpc-types-engine's changelog.
... (truncated)
Commits
df0a0b5chore: release 2.4.128b3450feat(genesis): add slot_number genesis header field (EIP-7843) (#4138)0445b43feat(rpc-types-engine): add Bogota payload sidecar fields (#4141)13dadd8feat(rpc-types-engine): add Bogota payload types (#4139)1afccf0feat(rpc-types-engine): add FOCIL response types (#4137)9edca79chore: release 2.4.0e175b9cdocs: clarify public API behavior (#4123)192d7c8chore(eips): remove redundant format import (#4134)249c727feat(eip7594): reconstruct sidecars from sparse cells (#4120)cf5166ffeat(genesis): add account code helpers (#4132)Updates
alloy-node-bindingsfrom 2.3.0 to 2.4.0Release notes
Sourced from alloy-node-bindings's releases.
Changelog
Sourced from alloy-node-bindings's changelog.
Commits
9edca79chore: release 2.4.0e175b9cdocs: clarify public API behavior (#4123)192d7c8chore(eips): remove redundant format import (#4134)249c727feat(eip7594): reconstruct sidecars from sparse cells (#4120)cf5166ffeat(genesis): add account code helpers (#4132)5e5ec9afeat(rpc-types-trace): add EIP-8037 state-gas fields (#4113)61382d9chore(deps): bump lru to 0.18.2 (#4131)636393efix(signer-local): add fallible YubiHSM constructors (#4128)85f4d91chore: bump tokio-tungstenite to 0.29 (#3969)c220161chore(deps): bump the ci-weekly group with 2 updates (#4126)Updates
crunchyfrom 0.2.2 to 0.2.4Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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