Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate arbitrary to v1.4.1 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 6, 2024

This PR contains the following updates:

Package Type Update Change
arbitrary dependencies minor 1.3.0 -> 1.4.1

Release Notes

rust-fuzz/arbitrary (arbitrary)

v1.4.1

Compare Source

v1.4.0

Compare Source

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.

v1.3.2

Compare Source

Released 2023-10-30.

Added
  • Added Arbitrary implementations for Arc<[T]> and
    Rc<[T]>. #​160

v1.3.1

Compare Source

Released 2023-10-11.

Fixed
  • Fixed an issue with generating collections of collections in
    arbitrary_take_rest where <Vec<Vec<u8>>>::arbitrary_take_rest would never
    generate vec![vec![]] for example. See
    #​159 for 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate arbitrary to v1.3.2 fix(deps): update rust crate arbitrary to v1.4.1 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/arbitrary-1.x-lockfile branch from 2a7704d to b1156a2 Compare November 6, 2024 02:51
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