Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate arbitrary to v1.4.0 (#1210)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [arbitrary](https://redirect.github.com/rust-fuzz/arbitrary) | workspace.dependencies | minor | `1.3.2` -> `1.4.0` | --- ### Release Notes <details> <summary>rust-fuzz/arbitrary (arbitrary)</summary> ### [`v1.4.0`](https://redirect.github.com/rust-fuzz/arbitrary/blob/HEAD/CHANGELOG.md#140) [Compare Source](https://redirect.github.com/rust-fuzz/arbitrary/compare/v1.3.2...v1.4.0) Released 2024-10-30. ##### Added - Added an `Arbitrary` implementation for `PhantomPinned`. - Added the `Unstructured::choose_iter` helper method. - Added `#[arbitrary(skip)]` for `enum` variants in the derive macro. - Added the `Arbitrary::try_size_hint` trait method. ##### Changed - Implement `Arbitrary` for `PhantomData<A>` even when `A` does not implement `Arbitrary` and when `A` is `?Sized`. - Make `usize`'s underlying encoding independent of machine word size so that corpora are more portable. ##### Fixed - Make `derive(Arbitrary)` work for local definitions of `struct Option`. *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information