chore(deps): update rust crate arbitrary to v1.4.2 #32
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mCaptcha/pow_sha256!32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/arbitrary-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.1->1.4.2Release Notes
rust-fuzz/arbitrary (arbitrary)
v1.4.2Compare Source
Released 2025-08-13.
Added
releases, however we will strive to only do it deliberately and for good
reasons." The current MSRV is 1.63.0.
Arbitraryimplementation forcore::cmp::Reverse.Changed
#[derive(Arbitrary)]that speed up compilation.
Fixed
outdated and incorrect docs related to this.
v1.4.1Compare Source
Released 2024-11-05.
v1.4.0Compare Source
Released 2024-10-30.
Added
Arbitraryimplementation forPhantomPinned.Unstructured::choose_iterhelper method.#[arbitrary(skip)]forenumvariants in the derive macro.Arbitrary::try_size_hinttrait method.Changed
ArbitraryforPhantomData<A>even whenAdoes not implementArbitraryand whenAis?Sized.usize's underlying encoding independent of machine word size so thatcorpora are more portable.
Fixed
derive(Arbitrary)work for local definitions ofstruct Option.v1.3.2Compare Source
Released 2023-10-30.
Added
Arbitraryimplementations forArc<[T]>andRc<[T]>. #160v1.3.1Compare Source
Released 2023-10-11.
Fixed
arbitrary_take_restwhere<Vec<Vec<u8>>>::arbitrary_take_restwould nevergenerate
vec![vec![]]for example. See#159 for details.
v1.3.0Compare Source
Released 2023-03-13.
Added
Arbitrary. See #138 fordetails.
Fixed
syn.v1.2.3Released 2023-01-20.
Fixed
derive(Arbitrary)will now annotate the generatedimpls with a#[automatically_derived]attribute to indicate to e.g. clippy that lints should not fire for the code within the derived
implementation.
v1.2.2Released 2023-01-03.
Fixed
arbitraryandderive_arbitraryversions are synced up so thatthey don't, e.g., emit generated code that depends on newer versions of
arbitrarythan the one currently inuse. #134
v1.2.0Compare Source
Released 2022-10-20.
Added
derive. #129
v1.1.7Compare Source
v1.1.6Compare Source
Released 2022-09-20.
Fixed
Arbitraryimplementation for
std::ops::Bound<T>.v1.1.5Compare Source
Released 2022-09-08.
Added
Arbitraryforstd::ops::Bound<T>.Fixed
Unstructured::int_in_rangecould return out-of-rangeintegers when generating arbitrary signed integers.
v1.1.4Compare Source
Released 2022-08-29.
Added
ArbitraryforRc<str>andArc<str>Changed
arbitrary::ResultUnstructured::arbitrary_loopmethod will consume fewer bytes of inputnow.
Fixed
Unstructured::int_in_rangecould return out-of-rangeintegers.
v1.1.3Compare Source
Released 2022-06-23.
Fixed
derive(Arbitrary)'s generatedcode. #111
derive(Arbitrary)for recursive types that detectedan overflow would not reset the overflow
detection. #111
v1.1.2Compare Source
Released 2022-06-16.
Fixed
derive(Arbitrary)-generatedcode. #110
v1.1.1Released 2022-06-14.
Fixed
derive(Arbitrary)with recursive types andempty inputs. #109
v1.1.0Released 2022-02-09.
Added
Added the
Unstructured::ratiomethod to generate a boolean that istrueatthe given rate.
Added the
Unstructured::arbitrary_loopmethod to call a function anarbitrary number of times.
v1.0.3Compare Source
Released 2021-11-20.
Fixed
Unstructured::fill_bytes. We forgot to update thisway back in #53 when the
behavior changed.
v1.0.2Compare Source
Released 2021-08-25.
Added
Arbitraryimpls forHashMaps andHashSets with customHashers#87
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.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.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.