chore(cargo): bump quick-xml from 0.31.0 to 0.35.0

Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.31.0 to 0.35.0.
- [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.31.0...v0.35.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Co-authored-by: iequidoo <dgreshilov@gmail.com>
This commit is contained in:
dependabot[bot]
2024-07-01 22:00:17 +00:00
committed by iequidoo
parent ba7eaca762
commit 5beb4a5f27
7 changed files with 14 additions and 14 deletions

View File

@@ -730,7 +730,7 @@ pub enum Error {
#[error("XML error at position {position}: {error}")]
InvalidXml {
position: usize,
position: u64,
#[source]
error: quick_xml::Error,
},