Skip to content

Commit 1458490

Browse files
Update Rust crate test-strategy to 0.4.0 (#1419)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [test-strategy](https://togithub.com/frozenlib/test-strategy) | workspace.dependencies | minor | `0.3.1` -> `0.4.0` | --- ### Release Notes <details> <summary>frozenlib/test-strategy (test-strategy)</summary> ### [`v0.4.0`](https://togithub.com/frozenlib/test-strategy/compare/v0.3.1...v0.4.0) [Compare Source](https://togithub.com/frozenlib/test-strategy/compare/v0.3.1...v0.4.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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/oxidecomputer/crucible). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cb3c2a commit 1458490

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

Cargo.lock

+5-28
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
@@ -97,7 +97,7 @@ subprocess = "0.2.9"
9797
strum = "0.26"
9898
strum_macros = "0.26"
9999
tempfile = "3"
100-
test-strategy = "0.3.1"
100+
test-strategy = "0.4.0"
101101
thiserror = "1"
102102
tokio = { version = "1.36", features = ["full"] }
103103
tokio-rustls = { version = "0.24.1" }

0 commit comments

Comments
 (0)