Skip to content

Bump proptest-derive from 0.5.1 to 0.6.0#1383

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/proptest-derive-0.6.0
Closed

Bump proptest-derive from 0.5.1 to 0.6.0#1383
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/proptest-derive-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps proptest-derive from 0.5.1 to 0.6.0.

Changelog

Sourced from proptest-derive's changelog.

0.6.0

Potential Breaking Changes

  • There is a small change of breakage if you've relied on Recursive using an Arc<BoxedStrategy<T>> as Recursive now internally uses BoxedStrategy<T> instead as well as expecting a Fn(BoxedStrategy<T>) -> R instead of Fn(Arc<BoxedStrategy<T>>) -> R. In addition, the type of recursive strategies has changed from Recursive<BoxedStrategy<T>, F> to just Recursive<T, F>.

Minor changes

  • Reduced indirections and heap allocations inside Recursive<T, F> somewhat.

  • BoxedStrategy<T> and SBoxedStrategy<T> now use Arc internally instead of using Box. While this has marginal overhead, it also reduces the overhead in Recursive<T, F>. The upside to this change is also that you can very cheaply clone strategies.

  • Filter is marginally faster.

Bug Fixes

  • Removed impl Arbitrary for LocalKeyState since LocalKeyState no longer exists in the nightly compiler.

  • Unstable features compile on latest nightly again.

Commits
  • 01ff1e4 Version 0.6.0.
  • c9d30e8 Update unstable features for latest nightly.
  • 67aae7b Reduce allocations in Filter.
  • 1c8b79c Explicitly test that [pub] works in prop_compose!.
  • 480674b Merge pull request #46 from Centril/feature/runner-refactor
  • f118d15 fix trailing newlines"
  • dee92a5 refactor test_runner.rs as a directory
  • 7041fb6 Merge pull request #43 from Centril/feature/general-cleanup-1
  • 0f09839 update CHANGELOG.md according to prev commit + correct breaking changes.
  • b99f5ef get rid of ArcStrategy & make (S)BoxedStrategy as ArcStrategy was.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [proptest-derive](https://github.com/proptest-rs/proptest) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/0.6.0/CHANGELOG.md)
- [Commits](proptest-rs/proptest@0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: proptest-derive
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code no-changelog labels Jun 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 9, 2025 09:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file no-changelog github_actions Pull requests that update GitHub Actions code labels Jun 9, 2025
blt added a commit that referenced this pull request Jun 9, 2025
This commit supplants #1382, #1383

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
@blt blt mentioned this pull request Jun 9, 2025
blt added a commit that referenced this pull request Jun 10, 2025
### What does this PR do?

This commit supplants #1382, #1383
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2025

Looks like proptest-derive is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 10, 2025
@dependabot dependabot bot deleted the dependabot/cargo/proptest-derive-0.6.0 branch June 10, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code no-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants