Skip to content

Commit 43667ed

Browse files
authored
chore(deps): update rust crate datatest-stable to 0.3.1 (#2020)
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.0` -> `0.3.1` | --- ### Release Notes <details> <summary>nextest-rs/datatest-stable (datatest-stable)</summary> ### [`v0.3.1`](https://redirect.github.com/nextest-rs/datatest-stable/blob/HEAD/CHANGELOG.md#031---2024-12-25) [Compare Source](https://redirect.github.com/nextest-rs/datatest-stable/compare/datatest-stable-0.3.0...datatest-stable-0.3.1) ##### Fixed Fixed documentation for `include_dir` invocations. They must typically be called via `include_dir!("$CARGO_MANIFEST_DIR/path/to/data")`. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44My4yIiwidXBkYXRlZEluVmVyIjoiMzkuODMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent bcd8f8d commit 43667ed

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.0", features = ["include-dir"] }
50+
datatest-stable = { version = "0.3.1", 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)