Bump quick-xml from 0.36.2 to 0.37.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 16:24:34 +00:00 коммит произвёл GitHub
Родитель 9cc638baf2
Коммит 3ab8254290
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

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

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

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

@ -49,7 +49,7 @@ log = "0.4"
md-5 = "0.10"
num_cpus = "1.15"
once_cell = "1.20"
quick-xml = "0.36"
quick-xml = "0.37"
rayon = "1.10"
regex = "1.11"
rustc-hash = "2.0"