Skip to content

Commit

Permalink
Update quick-xml requirement from 0.29.0 to 0.30.0
Browse files Browse the repository at this point in the history
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 49f4efe commit 30e4d63
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 @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
derive-getters = "0.3.0"
quick-xml = "0.29.0"
quick-xml = "0.30.0"
strip-ansi-escapes = "0.1.0"
time = { version = "0.3.4", features = ["formatting", "macros"] }

Expand Down

0 comments on commit 30e4d63

Please sign in to comment.