Update quick-xml requirement from 0.29.0 to 0.30.0

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](https://github.com/tafia/quick-xml/compare/v0.29.0...v0.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-24 00:18:13 +00:00 committed by GitHub
parent 1f9d40fc38
commit f0569499ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ resolver = "2"
[dependencies]
chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] }
derive_builder = "0.12.0"
quick-xml = { version = "0.29.0", default-features = false }
quick-xml = { version = "0.30.0", default-features = false }
url = "2.3.1"
[dev-dependencies]