Skip to content

Commit f5e532e

Browse files
chore(deps): update proptest-derive requirement from 0.7 to 0.8 (#442)
Updates the requirements on [proptest-derive](https://github.com/proptest-rs/proptest) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/proptest-rs/proptest/commit/4814e510f61b402c94d7063086ed61fda732736f"><code>4814e51</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/627">#627</a> from proptest-rs/release-prep-1.10</li> <li><a href="https://github.com/proptest-rs/proptest/commit/8221c9a314ccb85209fc1a314736d0e97d1f8650"><code>8221c9a</code></a> prep 1.10 (and other) release(s)</li> <li><a href="https://github.com/proptest-rs/proptest/commit/28961bf85a80183e3e8e032f8627ffe3e32493e1"><code>28961bf</code></a> fix(macro): set <code>Config::test_name</code> to actual fn name (<a href="https://redirect.github.com/proptest-rs/proptest/issues/619">#619</a>)</li> <li><a href="https://github.com/proptest-rs/proptest/commit/8fb08ffca8e70e16956f5d34fed35ab47f001e88"><code>8fb08ff</code></a> Update trybuild requirement from =1.0.113 to =1.0.115 (<a href="https://redirect.github.com/proptest-rs/proptest/issues/624">#624</a>)</li> <li><a href="https://github.com/proptest-rs/proptest/commit/5b7a435151b5755169e04561118c07b40f03e7c4"><code>5b7a435</code></a> Update convert_case requirement from 0.6 to 0.11 (<a href="https://redirect.github.com/proptest-rs/proptest/issues/623">#623</a>)</li> <li><a href="https://github.com/proptest-rs/proptest/commit/14d95fcd7f7800ee792a177628c4fcdc4bb03713"><code>14d95fc</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/586">#586</a> from regexident/range-subset-strategy</li> <li><a href="https://github.com/proptest-rs/proptest/commit/229e72393f07966965c88a2c24c281be1a6854d0"><code>229e723</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/622">#622</a> from ssanderson/proptest-macro-fixes</li> <li><a href="https://github.com/proptest-rs/proptest/commit/3663c38fc8572c90fa76f4d9de2c93dc955d88b7"><code>3663c38</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/621">#621</a> from wgyt/wgyt-patch</li> <li><a href="https://github.com/proptest-rs/proptest/commit/1fe04c9345768f37750b3eb557cae6ae7562c936"><code>1fe04c9</code></a> Fix import of <code>HashMap</code></li> <li><a href="https://github.com/proptest-rs/proptest/commit/9c644db2becec9c77d038d7d877e444641f9aed7"><code>9c644db</code></a> Support returning TestCaseResult from #[property_test] tests.</li> <li>Additional commits viewable in <a href="https://github.com/proptest-rs/proptest/compare/proptest-derive-0.7.0...proptest-derive-0.8.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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 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 59bb9f2 commit f5e532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/async-compression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ futures = "0.3.5"
6565
futures-test = "0.3.5"
6666
ntest = "0.9"
6767
proptest = "1"
68-
proptest-derive = "0.7"
68+
proptest-derive = "0.8"
6969
rand = "0.9"
7070
tokio = { version = "1.38.2", default-features = false, features = [
7171
"io-util",

0 commit comments

Comments
 (0)