Skip to content

chore(deps): bump quick-junit from 0.5.2 to 0.6.0#14330

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/quick-junit-0.6.0
Open

chore(deps): bump quick-junit from 0.5.2 to 0.6.0#14330
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/quick-junit-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps quick-junit from 0.5.2 to 0.6.0.

Release notes

Sourced from quick-junit's releases.

quick-junit 0.6.0

Changed

  • TestCaseStatus::NonSuccess's reruns field is now a NonSuccessReruns struct. NonSuccessReruns bundles the list of reruns with a FlakyOrRerun kind that controls whether they are serialized as <flakyFailure>/<flakyError> or <rerunFailure>/<rerunError>. This enables representing tests that both failed and exhibited flaky behavior, as permitted by the JUnit XSD and as supported by an upcoming version of cargo-nextest.
  • The deserializer now handles all valid combinations of main status and rerun/flaky elements, modeled as a decision table, and errors out on unrepresentable combinations such as both flakyFailure and rerunFailure being present.
  • MSRV updated to Rust 1.79.
Changelog

Sourced from quick-junit's changelog.

[0.6.0] - 2026-03-13

Changed

  • TestCaseStatus::NonSuccess's reruns field is now a NonSuccessReruns struct. NonSuccessReruns bundles the list of reruns with a FlakyOrRerun kind that controls whether they are serialized as <flakyFailure>/<flakyError> or <rerunFailure>/<rerunError>. This enables representing tests that both failed and exhibited flaky behavior, as permitted by the JUnit XSD and as supported by an upcoming version of cargo-nextest.
  • The deserializer now handles all valid combinations of main status and rerun/flaky elements, modeled as a decision table, and errors out on unrepresentable combinations such as both flakyFailure and rerunFailure being present.
  • MSRV updated to Rust 1.79.
Commits
  • e248026 [quick-junit] version 0.6.0
  • 1fe3c0c [meta] prepare release
  • f5ea9ab minor cleanups and reorganizations (#581)
  • ff39fb5 [meta] handle flaky/rerun/main status combinations more clearly (#580)
  • baddcba chore(deps): update rust crate libfuzzer-sys to v0.4.12 (#578)
  • f9bd910 chore(deps): update rust crate chrono to 0.4.44 (#577)
  • 066b367 chore(deps): update taiki-e/install-action digest to 64c5c20 (#576)
  • 6ea3046 chore(deps): update taiki-e/create-gh-release-action digest to c5baa0b (#575)
  • e79a808 chore(deps): update actions/checkout digest to de0fac2 (#574)
  • fc02649 chore(deps): update rust crate newtype-uuid to 1.3.2 (#489)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 15, 2026
@dependabot dependabot Bot requested a review from DaniPopes as a code owner April 15, 2026 10:59
@dependabot dependabot Bot added the rust Pull requests that update rust code label Apr 15, 2026
Bumps [quick-junit](https://github.com/nextest-rs/quick-junit) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/nextest-rs/quick-junit/releases)
- [Changelog](https://github.com/nextest-rs/quick-junit/blob/main/CHANGELOG.md)
- [Commits](nextest-rs/quick-junit@quick-junit-0.5.2...quick-junit-0.6.0)

---
updated-dependencies:
- dependency-name: quick-junit
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/quick-junit-0.6.0 branch from f2928d9 to 0f9e970 Compare April 15, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants