Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the testing-tools group with 3 updates in the /src-tauri directory: proptest, criterion and rstest.

Updates proptest from 1.7.0 to 1.8.0

Commits
  • 2885bc2 new releases for proptest, proptest-macro, and state-machine
  • a85563f Merge pull request #584 from wojciech-graj/main
  • 5331517 Merge pull request #596 from alexanderkjall/fix-arithmetic-overflow
  • 157f3c0 Merge pull request #595 from ebegumisa/main
  • 02fa1fc changelog: add #595
  • 27fd76f fix for 32 bit processors
  • d1716ca Add ReferenceStateMachine arg to SystemUnderTest::teardown
  • ea4ddeb Merge pull request #594 from proptest-rs/attr-macro-preserve-arg-names
  • f80c1e6 fix shorthand struct initialization lint
  • b7590fa add new test for complex patterns
  • Additional commits viewable in compare view

Updates criterion from 0.6.0 to 0.7.0

Changelog

Sourced from criterion's changelog.

[0.7.0] - 2025-07-25

  • Bump version of criterion-plot to align dependencies.
Commits
  • 567405d release: bump criterion and criterion-plot versions (#878)
  • ccccbcc fix: deal with throughput in bits (#861)
  • deb0eb0 feat: support throughput reports in bits (#833)
  • d4fd7cc Add CI job checking library builds with oldest allowed dependencies (#854)
  • See full diff in compare view

Updates rstest from 0.25.0 to 0.26.1

Release notes

Sourced from rstest's releases.

0.26.1

Fix Docs

Full Changelog: la10736/rstest@v0.26.0...v0.26.1

0.26.0

What's Changed

New Contributors

Full Changelog: la10736/rstest@v0.25.0...v0.26.0

Changelog

Sourced from rstest's changelog.

[0.26.1] 2025/7/27

Fixed

  • Docs

[0.26.0] 2025/7/26

Changed

  • The #[files(...)] attribute now ignores matched directory paths by default. See #306 thanks to @​Obito-git.

Add

  • Introduced the #[dirs] attribute, which can be used with #[files(...)] to explicitly include directory paths. See #306 thanks to @​Obito-git.
  • The CI now runs builds and tests on Windows, as well.
  • #[test_attr] to define test attribute explicit and also enable the use of #[macro_rules_attribute::apply(<macro>)]: naw also smol works. See #303 #311 #315 thanks to @​coriolinus.

Fixed

  • Removed unsued trait and impl spotted out on 1.89.0-nightly
  • Add missed tests about ignore attribute's args in rstest expansion. See #313
  • The #[files(...)] attribute now works reliably on Windows.
  • Now global attributes can go everywhere in the list also where case is used
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added automerge Automatically merge when all checks pass dependencies:backend Backend dependency updates labels Sep 22, 2025
@dependabot dependabot bot requested a review from grok-rs as a code owner September 22, 2025 06:33
@dependabot dependabot bot added automerge Automatically merge when all checks pass dependencies:backend Backend dependency updates labels Sep 22, 2025
Copy link

codecov bot commented Sep 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

…with 3 updates

Bumps the testing-tools group with 3 updates in the /src-tauri directory: [proptest](https://github.com/proptest-rs/proptest), [criterion](https://github.com/bheisler/criterion.rs) and [rstest](https://github.com/la10736/rstest).


Updates `proptest` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.7.0...v1.8.0)

Updates `criterion` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.6.0...0.7.0)

Updates `rstest` from 0.25.0 to 0.26.1
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.25.0...v0.26.1)

---
updated-dependencies:
- dependency-name: proptest
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing-tools
- dependency-name: criterion
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing-tools
- dependency-name: rstest
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/src-tauri/testing-tools-0ac275fd4f branch from 18e7894 to 056b4f2 Compare October 19, 2025 23:39
@grok-rs grok-rs merged commit 345b4dc into main Oct 20, 2025
28 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/testing-tools-0ac275fd4f branch October 20, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge when all checks pass dependencies:backend Backend dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant