Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Updates the requirements on datatest-stable to permit the latest version.

Release notes

Sourced from datatest-stable's releases.

datatest-stable 0.3.3

Fixed

Replaced obsolete doc_auto_cfg with doc_cfg, to fix Rust nightly builds with the doc_cfg flag enabled.

Changelog

Sourced from datatest-stable's changelog.

[0.3.3] - 2025-09-29

Fixed

Replaced obsolete doc_auto_cfg with doc_cfg, to fix Rust nightly builds with the doc_cfg flag enabled.

[0.3.2] - 2024-12-28

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.

[0.3.1] - 2024-12-25

Fixed

Fixed documentation for include_dir invocations. They must typically be called via include_dir!("$CARGO_MANIFEST_DIR/path/to/data").

[0.3.0] - 2024-12-24

Added

  • Support for embedding data into the test binary via an optional include-dir feature. For more information and recommendations for when to use this, see the readme.

Changed

  • The macro call format has changed to:

    datatest_stable::harness! {
        { test = fn_name, path = &include_dir!("path/to/data"), pattern = r"^.*$" },
        // ...
    }

    This is both a nicer format for expressing multiple tests, and a signal to indicate the other breaking changes in this release.

  • Regex patterns now match against the path relative to the include directory, rather than paths with respect to the crate root. This change was made for uniformity with the include_dir implementation.

... (truncated)

Commits
  • 9234df3 [datatest-stable] version 0.3.3
  • ab342f3 prepare release
  • a3d03ce remove doc_auto_cfg (#389)
  • 087d065 chore(deps): update taiki-e/install-action digest to 5ab3094 (#388)
  • 95043ed chore(deps): update taiki-e/install-action digest to efd8b64 (#387)
  • 59c63b5 chore(deps): update taiki-e/install-action digest to 00a367b (#386)
  • 421b40b chore(deps): update taiki-e/install-action digest to ea0eda6 (#385)
  • 9d3e4ba chore(deps): update taiki-e/install-action digest to 6f69ec9 (#384)
  • 7b20584 chore(deps): update taiki-e/install-action digest to 5597bc2 (#383)
  • 2303080 chore(deps): update taiki-e/install-action digest to a6e797e (#382)
  • Additional commits viewable in compare view

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [datatest-stable](https://github.com/nextest-rs/datatest-stable) to permit the latest version.
- [Release notes](https://github.com/nextest-rs/datatest-stable/releases)
- [Changelog](https://github.com/nextest-rs/datatest-stable/blob/main/CHANGELOG.md)
- [Commits](nextest-rs/datatest-stable@datatest-stable-0.2.1...datatest-stable-0.3.3)

---
updated-dependencies:
- dependency-name: datatest-stable
  dependency-version: 0.3.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Oct 6, 2025
@dependabot dependabot bot requested review from hntd187, roeap and rtyler as code owners October 6, 2025 01:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Oct 6, 2025
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Oct 6, 2025
@codecov
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.31%. Comparing base (4301422) to head (b9b3e31).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3817      +/-   ##
==========================================
- Coverage   74.35%   74.31%   -0.04%     
==========================================
  Files         147      147              
  Lines       39517    39495      -22     
  Branches    39517    39495      -22     
==========================================
- Hits        29381    29352      -29     
- Misses       8737     8744       +7     
  Partials     1399     1399              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rtyler rtyler enabled auto-merge (rebase) October 6, 2025 14:37
@roeap roeap disabled auto-merge October 6, 2025 18:49
@roeap roeap enabled auto-merge (squash) October 6, 2025 18:49
@roeap roeap merged commit d5402ee into main Oct 6, 2025
26 checks passed
@roeap roeap deleted the dependabot/cargo/datatest-stable-0.3 branch October 6, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

binding/rust Issues for the Rust crate dependencies Pull requests that update a dependency file rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants