chore(deps): update quick-xml requirement in /crates/cli

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.36.0...v0.37.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] 2024-10-29 20:44:20 +00:00 committed by GitHub
parent 30ae60e4dc
commit 24134d6f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ hex = { version = "0.4.3", optional = true, default-features = false }
serde_json = { version = "1", optional = true, default-features = false }
# XML
quick-xml = { version = "0.36.0", optional = true, default-features = false }
quick-xml = { version = "0.37.0", optional = true, default-features = false }
# Browser
webbrowser = { version = "1.0.0", optional = true, default-features = false }