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-parser requirement from 0.2 to 1.0 #28

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

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

Release notes

Sourced from junit-parser's releases.

JUnit-Parser v1.0.0

1.0.0 - 2023-09-24

  • Support only rust-1.56 or later
  • Use rust 2021 edition
  • Update quick-xml to 0.30
  • HTML-unescape attributes
  • Parse the system-out and system-err elements
  • Parse the properties element as a hashmap (with the properties_as_hashmap feature enabled by default) or as a vector (with the properties_as_vector feature enabled by default)
  • Parse the timestamp, hostname, assertions, id, package, log, url, version, file and line optional attributes in TestSuite
  • Derive Default for TestError, TestSkipped, TestFailure
  • Derive Clone to public structure
  • Add serde as optional dependency to (de)serialize the public structures. Disabled by default but can be activated through the serde feature.
  • Update documentation
  • Add CI based on GitHub Actions
Changelog

Sourced from junit-parser's changelog.

1.0.0 -- 2023-09-24

  • Support only rust-1.56 or later
  • Use rust 2021 edition
  • Update quick-xml to 0.30
  • HTML-unescape attributes
  • Parse the system-out and system-err elements
  • Parse the properties element as a hashmap (with the properties_as_hashmap feature enabled by default) or as a vector (with the properties_as_vector feature enabled by default)
  • Parse the timestamp, hostname, assertions, id, package, log, url, version, file and line optional attributes in TestSuite
  • Derive Default for TestError, TestSkipped, TestFailure
  • Derive Clone to public structure
  • Add serde as optional dependency to (de)serialize the public structures. Disabled by default but can be activated through the serde feature.
  • Update documentation
  • Add CI based on GitHub Actions

0.2.0 -- 2021-03-20

  • Update quick-xml to 0.22
  • Store test name as CLASSNAME::NAME
  • Use a vec instead of a hashmap, to keep test {suites/cases} order

0.1.1 -- 2020-12-02

  • Derive Clone on public structures

0.1.0 -- 2020-11-08

  • Initial release
Commits
  • b3c09e4 Release v1.0.0
  • fe93b65 README: add Features
  • 4230b2d Cargo.toml: add github badge
  • f616e0c add Changelog.md
  • 49c2ce1 ci: test doc like on docs.rs
  • 9ead1ab document features
  • 6fa0465 doc: add top-level example
  • c3996be support only rust-1.56 and later
  • fe1f38b ci: test properties_as_hashmap and properties_as_vector
  • d56cf69 tests: add test when properties are stored as a vector
  • 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 [junit-parser](https://github.com/borisfaure/junit-parser) to permit the latest version.
- [Release notes](https://github.com/borisfaure/junit-parser/releases)
- [Changelog](https://github.com/borisfaure/junit-parser/blob/main/Changelog.md)
- [Commits](borisfaure/junit-parser@v0.2.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 11, 2024

Superseded by #33.

@dependabot dependabot bot closed this Jan 11, 2024
@dependabot dependabot bot deleted the dependabot/cargo/junit-parser-1.0 branch January 11, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants