Skip to content

Commit 771d2e2

Browse files
Update Rust crate proptest to 1.6.0 (#1648)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [proptest](https://proptest-rs.github.io/proptest/proptest/index.html) ([source](https://redirect.github.com/proptest-rs/proptest)) | workspace.dependencies | minor | `1.5.0` -> `1.6.0` | --- ### Release Notes <details> <summary>proptest-rs/proptest (proptest)</summary> ### [`v1.6.0`](https://redirect.github.com/proptest-rs/proptest/compare/v1.5.0...v1.6.0) [Compare Source](https://redirect.github.com/proptest-rs/proptest/compare/v1.5.0...v1.6.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxidecomputer/crucible). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf5d8bc commit 771d2e2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ opentelemetry-jaeger = { version = "0.20.0" }
7373
percent-encoding = "2.3"
7474
progenitor = "0.9.1"
7575
progenitor-client = "0.9.1"
76-
proptest = "1.5.0"
76+
proptest = "1.6.0"
7777
rayon = "1.10.0"
7878
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
7979
rand_chacha = "0.3.1"

0 commit comments

Comments
 (0)