Skip to content

Commit

Permalink
Update junit-parser requirement from 0.2 to 1.1
Browse files Browse the repository at this point in the history
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.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 3a8fd49 commit 467683e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-trait = "0.1.51"
futures = "0.3.17"
handlebars = "4"
masker = { version="0.0.4", features=["streams"] }
junit-parser = "0.2"
junit-parser = "1.1"
serde = { version = "^1.0.97", features = ["derive"] }
serde_json = "1.0.68"
serde_yaml = "0.9"
Expand Down

0 comments on commit 467683e

Please sign in to comment.