Update Rust crate generic-array to v1.4.1 #6

Open
rennovate-bot wants to merge 1 commit from renovate/generic-array-1.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
generic-array dependencies minor 1.3.51.4.1

Release Notes

fizyk20/generic-array (generic-array)

v1.4.1

Compare Source

v1.4.0: 1.4.0

Compare Source

Changelog

  • Add subtle, arbitrary, bytemuck, bitvec and as-slice implementations for GenericArray.
  • Add GenericSequence::repeat for creating sequences/arrays with repeated elements.
  • Add FallibleGenericSequence with try_generate and from_fallible_iter for fallible generation of sequences/arrays.
    • Added AllocError type (requires alloc feature) for heap allocation failures with try_generate.
  • Add try_fold and try_map to FunctionalSequence for fallible folding/mapping of sequences/arrays.
  • Add try_from_fallible_iter to GenericArray for fallible construction from fallible iterators.
  • Add each_ref/each_mut methods to GenericArray for creating arrays of references to the elements.
  • Fixed some resource leakages and potential UB in degenerate cases.

PR's Merged

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [generic-array](https://github.com/fizyk20/generic-array) | dependencies | minor | `1.3.5` → `1.4.1` | --- ### Release Notes <details> <summary>fizyk20/generic-array (generic-array)</summary> ### [`v1.4.1`](https://github.com/fizyk20/generic-array/compare/v1.4.0...v1.4.1) [Compare Source](https://github.com/fizyk20/generic-array/compare/v1.4.0...v1.4.1) ### [`v1.4.0`](https://github.com/fizyk20/generic-array/releases/tag/v1.4.0): 1.4.0 [Compare Source](https://github.com/fizyk20/generic-array/compare/v1.3.5...v1.4.0) #### Changelog - Add `subtle`, `arbitrary`, `bytemuck`, `bitvec` and `as-slice` implementations for `GenericArray`. - Add `GenericSequence::repeat` for creating sequences/arrays with repeated elements. - Add `FallibleGenericSequence` with `try_generate` and `from_fallible_iter` for fallible generation of sequences/arrays. - Added `AllocError` type (requires `alloc` feature) for heap allocation failures with `try_generate`. - Add `try_fold` and `try_map` to `FunctionalSequence` for fallible folding/mapping of sequences/arrays. - Add `try_from_fallible_iter` to `GenericArray` for fallible construction from fallible iterators. - Add `each_ref`/`each_mut` methods to `GenericArray` for creating arrays of references to the elements. - Fixed some resource leakages and potential UB in degenerate cases. #### PR's Merged - lib.rs: typo by [@&#8203;rilysh](https://github.com/rilysh) in [#&#8203;148](https://github.com/fizyk20/generic-array/pull/148) - Constify various inherent methods by [@&#8203;eggyal](https://github.com/eggyal) in [#&#8203;152](https://github.com/fizyk20/generic-array/pull/152) - Remove doc\_auto\_cfg by [@&#8203;bilelmoussaoui](https://github.com/bilelmoussaoui) in [#&#8203;155](https://github.com/fizyk20/generic-array/pull/155) - chore: make some documents clearer by [@&#8203;reddaisyy](https://github.com/reddaisyy) in [#&#8203;162](https://github.com/fizyk20/generic-array/pull/162) #### New Contributors - [@&#8203;rilysh](https://github.com/rilysh) made their first contribution in [#&#8203;148](https://github.com/fizyk20/generic-array/pull/148) - [@&#8203;bilelmoussaoui](https://github.com/bilelmoussaoui) made their first contribution in [#&#8203;155](https://github.com/fizyk20/generic-array/pull/155) - [@&#8203;reddaisyy](https://github.com/reddaisyy) made their first contribution in [#&#8203;162](https://github.com/fizyk20/generic-array/pull/162) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
rennovate-bot force-pushed renovate/generic-array-1.x-lockfile from b58343eccc to 3ad597f648 2026-04-29 02:02:36 +02:00 Compare
rennovate-bot changed title from Update Rust crate generic-array to v1.4.0 to Update Rust crate generic-array to v1.4.1 2026-04-29 02:02:36 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/generic-array-1.x-lockfile:renovate/generic-array-1.x-lockfile
git switch renovate/generic-array-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/generic-array-1.x-lockfile
git switch renovate/generic-array-1.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/generic-array-1.x-lockfile
git switch renovate/generic-array-1.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/generic-array-1.x-lockfile
git switch master
git merge --squash renovate/generic-array-1.x-lockfile
git switch master
git merge --ff-only renovate/generic-array-1.x-lockfile
git switch master
git merge renovate/generic-array-1.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dzu/generic-array-storage!6
No description provided.