Skip to content

Commit

Permalink
chore(deps): update rust crate arbitrary to v1.4.0 (#1210)
Browse files Browse the repository at this point in the history
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
renovate[bot] authored Nov 4, 2024
1 parent 7a6ffe9 commit 6bcc279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6bcc279

Please sign in to comment.