Skip to content

Commit 7d1e3f8

Browse files
authored
chore(deps): update rust crate datatest-stable to 0.3.2 (#2023)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [datatest-stable](https://redirect.github.com/nextest-rs/datatest-stable) | workspace.dependencies | patch | `0.3.1` -> `0.3.2` | --- ### Release Notes <details> <summary>nextest-rs/datatest-stable (datatest-stable)</summary> ### [`v0.3.2`](https://redirect.github.com/nextest-rs/datatest-stable/blob/HEAD/CHANGELOG.md#032---2024-12-28) [Compare Source](https://redirect.github.com/nextest-rs/datatest-stable/compare/datatest-stable-0.3.1...datatest-stable-0.3.2) ##### Added - `pattern` is now optional in the `harness!` macro. If not specified, the default pattern is `r".*"` (match all files). ##### Fixed - Restored the ability to use absolute paths as the `root` argument. </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**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent bc89821 commit 7d1e3f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -47,7 +47,7 @@ clap = { version = "4.5.23", features = ["derive"] }
4747
console-subscriber = "0.4.1"
4848
cp_r = "0.5.2"
4949
crossterm = { version = "0.28.1", features = ["event-stream"] }
50-
datatest-stable = { version = "0.3.1", features = ["include-dir"] }
50+
datatest-stable = { version = "0.3.2", features = ["include-dir"] }
5151
dialoguer = "0.11.0"
5252
debug-ignore = "1.0.5"
5353
derive-where = "1.2.7"

0 commit comments

Comments
 (0)