Skip to content

Commit ac9bc1c

Browse files
chore(deps-rs): bump proptest-derive from 0.6.0 to 0.7.0 (#2644)
Bumps [proptest-derive](https://github.com/proptest-rs/proptest) from 0.6.0 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/proptest-rs/proptest/commit/b2d358b0c9857fd9967e7df32ff68ab8d0245253"><code>b2d358b</code></a> prep 1.9.0 release (<a href="https://redirect.github.com/proptest-rs/proptest/issues/607">#607</a>)</li> <li><a href="https://github.com/proptest-rs/proptest/commit/67a1fe49dd3c82873a5bf292ac89db3033220124"><code>67a1fe4</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/606">#606</a> from proptest-rs/fix-test</li> <li><a href="https://github.com/proptest-rs/proptest/commit/7190be98f4d783f0d7fa16f3302cf408b11b681a"><code>7190be9</code></a> fix doctest and cleanup warnings</li> <li><a href="https://github.com/proptest-rs/proptest/commit/c1a49e69771f762368ec991643a49f96ab2f38c5"><code>c1a49e6</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/589">#589</a> from bschoenmaeckers/assume_ok</li> <li><a href="https://github.com/proptest-rs/proptest/commit/411e5802333219c0d3280beb91c642446e33eaff"><code>411e580</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/546">#546</a> from serprex/remove-lazy-static</li> <li><a href="https://github.com/proptest-rs/proptest/commit/a54d0a9f161a4e7875ff4f8bfec80d7af3b3ba25"><code>a54d0a9</code></a> Merge branch 'main' into remove-lazy-static</li> <li><a href="https://github.com/proptest-rs/proptest/commit/4b78455a844704b799f4bf1c1cb8a541f79735e5"><code>4b78455</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/605">#605</a> from proptest-rs/msrv-1.82</li> <li><a href="https://github.com/proptest-rs/proptest/commit/0454e5d41a962d54e09f2487e9ba3b9901ddbdf6"><code>0454e5d</code></a> bump msrv to 1.82</li> <li><a href="https://github.com/proptest-rs/proptest/commit/b59a69185bc1452567ddcf7a647fd511f57a03af"><code>b59a691</code></a> Merge remote-tracking branch 'origin/main' into assume_ok</li> <li><a href="https://github.com/proptest-rs/proptest/commit/9b121ca9dcfaf535e0a42cb7d18ed4dcbf613afa"><code>9b121ca</code></a> Review</li> <li>Additional commits viewable in <a href="https://github.com/proptest-rs/proptest/compare/proptest-derive-0.6.0...proptest-derive-0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proptest-derive&package-manager=cargo&previous-version=0.6.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 747fd2d commit ac9bc1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jsonschema = "0.33.0"
5656
num-rational = "0.4.1"
5757
pastey = "0.1.1"
5858
proptest = "1.9.0"
59-
proptest-derive = "0.6.0"
59+
proptest-derive = "0.7.0"
6060
regex = "1.12.2"
6161
regex-syntax = "0.8.8"
6262
rstest = "0.26.1"

0 commit comments

Comments
 (0)