1386: build(deps): bump proptest from 1.1.0 to 1.2.0 r=delta1 a=dependabot[bot]

Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.1.0 to 1.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="c65b6aad04"><code>c65b6aa</code></a> Changelog : backfill changelogs</li>
<li><a href="fd43fcc9a8"><code>fd43fcc</code></a> bump version to 1.2.0</li>
<li><a href="567018302c"><code>5670183</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/324">#324</a> from tzemanovic/tomas/sm-prerequisites</li>
<li><a href="b88e9ffa47"><code>b88e9ff</code></a> Merge pull request <a href="https://redirect.github.com/proptest-rs/proptest/issues/318">#318</a> from tzemanovic/tomas/env-vars-config-override</li>
<li><a href="18ca1af60b"><code>18ca1af</code></a> [Fix] NonZero : only impl Arbitrary for 128-bit NonZero nums in non-wasm targ...</li>
<li><a href="6b4df75e92"><code>6b4df75</code></a> proptest/changelog: add <a href="https://redirect.github.com/proptest-rs/proptest/issues/324">#324</a></li>
<li><a href="fb2d578418"><code>fb2d578</code></a> make num sampling functions public</li>
<li><a href="6eb7574fc8"><code>6eb7574</code></a> make SizeRange methods public</li>
<li><a href="a6bc664335"><code>a6bc664</code></a> make <code>VarBitSet</code> public</li>
<li><a href="22672a6230"><code>22672a6</code></a> changelog: add <a href="https://redirect.github.com/proptest-rs/proptest/issues/318">#318</a></li>
<li>Additional commits viewable in <a href="https://github.com/proptest-rs/proptest/compare/v1.1.0...v1.2.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.1.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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` 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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-05-24 12:40:34 +00:00 committed by GitHub
commit 3a254be793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
Cargo.lock generated
View File

@ -2893,16 +2893,15 @@ dependencies = [
[[package]]
name = "proptest"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70"
checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65"
dependencies = [
"bit-set",
"bitflags",
"byteorder",
"lazy_static",
"num-traits",
"quick-error 2.0.0",
"rand 0.8.3",
"rand_chacha 0.3.1",
"rand_xorshift",
@ -3001,12 +3000,6 @@ version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
[[package]]
name = "quicksink"
version = "0.1.2"
@ -3267,7 +3260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname",
"quick-error 1.2.3",
"quick-error",
]
[[package]]
@ -3454,7 +3447,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
"fnv",
"quick-error 1.2.3",
"quick-error",
"tempfile",
"wait-timeout",
]