Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update junit-report requirement from 0.7 to 0.8 #229

Merged
merged 8 commits into from
Sep 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2022

Updates the requirements on junit-report to permit the latest version.

Changelog

Sourced from junit-report's changelog.

[0.8.0] - 2022-09-09

  • Bump Rust edition to 2021

BREAKING CHANGES

  • Switch from xml-rs to quick-xml due to maintenance status
    • Change Err type of Report::write_xml()
    • Remove indentations and newlines from the generated Report

[0.7.1] - 2022-04-27

  • Added support for an optional file attribute in test cases

[0.7.0] - 2021-11-06

BREAKING CHANGES

  • Switch from chrono to time
  • Switch timestamp formatting (still compliant with both RFC3339 and ISO8601)

[0.6.0] - 2021-07-20

  • Saparate builder types

BREAKING CHANGES

  • Seprate types for the data types and the builders. This restores the old data based API from 0.3.0 and moves the builder API as introduced in 0.4.0 to their own *Builder types.
  • If you are migrating from 0.3.0 there should be no big changes required.
  • If you migrate from 0.4.0 or 0.5.0 you need the following renames: Report -> ReportBuilder TestSuite -> TestSuiteBuilder TestCase -> TestCaseBuilder

[0.5.0] - 2021-06-15

Added

  • Support for skipped or ignored testcases

BREAKING CHANGES

  • Adding support for skipped and ignored testcases extends the TestResult struct by one more variant.

[0.4.2] - 2021-05-28

Fixed

  • Make Error Type public

[0.4.1] - 2021-03-02

Fixed

  • Output format compatible with GitLab and Jenkins.

[0.4.0] - 2020-06-04

... (truncated)

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 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 [junit-report](https://github.com/bachp/junit-report-rs) to permit the latest version.
- [Release notes](https://github.com/bachp/junit-report-rs/releases)
- [Changelog](https://github.com/bachp/junit-report-rs/blob/master/CHANGELOG.md)
- [Commits](bachp/junit-report-rs@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: junit-report
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added k::dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 9, 2022
@ilslv ilslv added this to the 0.14.1 milestone Sep 12, 2022
@ilslv ilslv self-assigned this Sep 12, 2022
@ilslv ilslv requested a review from tyranron September 12, 2022 07:22
@ilslv
Copy link
Member

ilslv commented Sep 12, 2022

FCM

Upgrade `junit-report` crate to 0.8 version (#229, #226)

@tyranron tyranron linked an issue Sep 12, 2022 that may be closed by this pull request
@tyranron tyranron added the enhancement Improvement of existing features or bugfix label Sep 12, 2022
@tyranron tyranron merged commit 18c2f31 into main Sep 12, 2022
@tyranron tyranron deleted the dependabot/cargo/junit-report-0.8 branch September 12, 2022 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix k::dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RUSTSEC-2022-0048: xml-rs is Unmaintained
2 participants