Skip to content

Commit

Permalink
chore(deps): bump proptest from 1.1.0 to 1.2.0 (vectordotdev#17476)
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.1.0 to
1.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/proptest-rs/proptest/commit/c65b6aad0475fbda4b8e24e62b5bed3fb924d0e1"><code>c65b6aa</code></a>
Changelog : backfill changelogs</li>
<li><a
href="https://github.com/proptest-rs/proptest/commit/fd43fcc9a84280798c6b495eab2458a19058395d"><code>fd43fcc</code></a>
bump version to 1.2.0</li>
<li><a
href="https://github.com/proptest-rs/proptest/commit/567018302c367c9d2a29982037498f9150f0d158"><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="https://github.com/proptest-rs/proptest/commit/b88e9ffa47c4bd0586f6ebb4ed7a3af831b62567"><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="https://github.com/proptest-rs/proptest/commit/18ca1af60b189bedda40df86f95cca836c387a98"><code>18ca1af</code></a>
[Fix] NonZero : only impl Arbitrary for 128-bit NonZero nums in non-wasm
targ...</li>
<li><a
href="https://github.com/proptest-rs/proptest/commit/6b4df75e9270be7054fb86605b9e412f71ca1028"><code>6b4df75</code></a>
proptest/changelog: add <a
href="https://redirect.github.com/proptest-rs/proptest/issues/324">#324</a></li>
<li><a
href="https://github.com/proptest-rs/proptest/commit/fb2d57841814f65a0adc63052f72a6b257818883"><code>fb2d578</code></a>
make num sampling functions public</li>
<li><a
href="https://github.com/proptest-rs/proptest/commit/6eb7574fc87a53929c61df96a1a9d7657591db78"><code>6eb7574</code></a>
make SizeRange methods public</li>
<li><a
href="https://github.com/proptest-rs/proptest/commit/a6bc66433593a51efb9b23f1243aed107d759204"><code>a6bc664</code></a>
make <code>VarBitSet</code> public</li>
<li><a
href="https://github.com/proptest-rs/proptest/commit/22672a6230a8a018e124b5abd775491f118c7605"><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)

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 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>
  • Loading branch information
dependabot[bot] committed May 24, 2023
1 parent c1262cd commit 9235fc2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
15 changes: 4 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ criterion = { version = "0.4.0", features = ["html_reports", "async_tokio"] }
itertools = { version = "0.10.5", default-features = false }
libc = "0.2.144"
similar-asserts = "1.4.2"
proptest = "1.1"
proptest = "1.2"
quickcheck = "1.0.3"
reqwest = { version = "0.11", features = ["json"] }
tempfile = "3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hdrhistogram = "7.5.2"
metrics-tracing-context = { version = "0.14.0", default-features = false }
metrics-util = { version = "0.15.0", default-features = false, features = ["debugging"] }
once_cell = "1.17"
proptest = "1.1"
proptest = "1.2"
quickcheck = "1.0"
rand = "0.8.5"
serde_yaml = { version = "0.9", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ordered-float = { version = "3.7.0", default-features = false }
openssl = { version = "0.10.52", default-features = false, features = ["vendored"] }
parking_lot = { version = "0.12.1", default-features = false }
pin-project = { version = "1.1.0", default-features = false }
proptest = { version = "1.1", optional = true }
proptest = { version = "1.2", optional = true }
prost-types = { version = "0.11", default-features = false }
prost = { version = "0.11", default-features = false, features = ["std"] }
quanta = { version = "0.11.0", default-features = false }
Expand Down Expand Up @@ -83,7 +83,7 @@ criterion = { version = "0.4.0", features = ["html_reports"] }
env-test-util = "1.0.1"
quickcheck = "1"
quickcheck_macros = "1"
proptest = "1.1"
proptest = "1.2"
similar-asserts = "1.4.2"
tokio-test = "0.4.2"
toml = { version = "0.7.4", default-features = false, features = ["parse"] }
Expand Down

0 comments on commit 9235fc2

Please sign in to comment.