Bump quick-xml from 0.31.0 to 0.36.2

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

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
This commit is contained in:
Marco Castelluccio 2024-09-25 11:07:25 +02:00
Родитель eb127b4f32
Коммит 9733b6fa3b
2 изменённых файлов: 3 добавлений и 3 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -1148,9 +1148,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.31.0"
version = "0.36.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
dependencies = [
"memchr",
]

Просмотреть файл

@ -50,7 +50,7 @@ log = "0.4"
md-5 = "0.10"
num_cpus = "1.15"
once_cell = "1.19"
quick-xml = "0.31"
quick-xml = "0.36"
rayon = "1.10"
regex = "1.10"
rustc-hash = "2.0"