chore(deps): bump proptest-derive from 0.6.0 to 0.8.0#1727
chore(deps): bump proptest-derive from 0.6.0 to 0.8.0#1727dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [proptest-derive](https://github.com/proptest-rs/proptest) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@proptest-derive-0.6.0...proptest-derive-0.8.0) --- updated-dependencies: - dependency-name: proptest-derive dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 59f46ef52d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "proptest-derive" | ||
| version = "0.6.0" | ||
| version = "0.8.0" |
There was a problem hiding this comment.
Keep lockfile version aligned with manifest constraint
Cargo.toml still pins proptest-derive to 0.6 (both dependency and dev-dependency entries at lines 225 and 322), but this lockfile line upgrades it to 0.8.0, which is outside that semver range for a 0.x crate. The check-lockfile workflow (.github/workflows/test.yml:108) runs cargo update --workspace --locked, and --locked requires Cargo.lock to remain unchanged, so CI will fail when Cargo tries to reconcile this mismatch; the manifest and lockfile need to be updated together.
Useful? React with 👍 / 👎.
Bumps proptest-derive from 0.6.0 to 0.8.0.
Commits
4814e51Merge pull request #627 from proptest-rs/release-prep-1.108221c9aprep 1.10 (and other) release(s)28961bffix(macro): setConfig::test_nameto actual fn name (#619)8fb08ffUpdate trybuild requirement from =1.0.113 to =1.0.115 (#624)5b7a435Update convert_case requirement from 0.6 to 0.11 (#623)14d95fcMerge pull request #586 from regexident/range-subset-strategy229e723Merge pull request #622 from ssanderson/proptest-macro-fixes3663c38Merge pull request #621 from wgyt/wgyt-patch1fe04c9Fix import ofHashMap9c644dbSupport returning TestCaseResult from #[property_test] tests.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)