Skip to content

Commit 92aa798

Browse files
build(deps): Bump proptest from 1.10.0 to 1.11.0 (#43)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.10.0 to 1.11.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/proptest-rs/proptest/commit/7f1367f9a4dc8440c47b93166a38ed064f63ea8c"><code>7f1367f</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/641">#641</a> from proptest-rs/release-1.11</li> <li><a href="https://github.com/proptest-rs/proptest/commit/a63bf7eb4e337d76a26a12d3238320acc747551f"><code>a63bf7e</code></a> proptest-state-machine v0.8.0</li> <li><a href="https://github.com/proptest-rs/proptest/commit/d86e9ff8655cb9833d5e5772195a2485396656f4"><code>d86e9ff</code></a> add changelog for <a href="https://redirect.github.com/proptest-rs/proptest/issues/640">#640</a></li> <li><a href="https://github.com/proptest-rs/proptest/commit/794031313b4fe42d2c28bad1765a3d22d0b7b8c0"><code>7940313</code></a> proptest v1.11.0</li> <li><a href="https://github.com/proptest-rs/proptest/commit/3ec998c4d6d9c3992cff9284487914aaeea258e6"><code>3ec998c</code></a> fix <a href="https://redirect.github.com/proptest-rs/proptest/issues/638">#638</a> changelog</li> <li><a href="https://github.com/proptest-rs/proptest/commit/8ceb00cfe53f5cf713cd8c007b1c4b9c7d26f401"><code>8ceb00c</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/639">#639</a> from lukoktonos/bits128</li> <li><a href="https://github.com/proptest-rs/proptest/commit/9c8df1abb945363924bc216dace9e634f6f11ff9"><code>9c8df1a</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/638">#638</a> from folkertdev/f16-support</li> <li><a href="https://github.com/proptest-rs/proptest/commit/ca9d8e1458518dc22ba1a1b00c92471ba8e6e746"><code>ca9d8e1</code></a> changelog <a href="https://redirect.github.com/proptest-rs/proptest/issues/638">#638</a></li> <li><a href="https://github.com/proptest-rs/proptest/commit/a39869f5ee5f5aebf43feefd3fd7fec743e230c9"><code>a39869f</code></a> imply f16 feat by unstable</li> <li><a href="https://github.com/proptest-rs/proptest/commit/85c5ca02764bebeea2cc6261bdf84f9fb9d3eb4c"><code>85c5ca0</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/637">#637</a> from folkertdev/min-max-assoc-constants</li> <li>Additional commits viewable in <a href="https://github.com/proptest-rs/proptest/compare/v1.10.0...v1.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proptest&package-manager=cargo&previous-version=1.10.0&new-version=1.11.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent b08074a commit 92aa798

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -85,7 +85,7 @@ rustls = { version = "0.23", default-features = false, features = ["ring", "std"
8585
axum-server = { version = "0.8", default-features = false, features = ["tls-rustls-no-provider"] }
8686

8787
# Testing
88-
proptest = "1.4"
88+
proptest = "1.11"
8989
criterion = "0.8"
9090

9191
# Async

0 commit comments

Comments
 (0)