build(deps): bump quick-xml in the cargo-minor group

Bumps the cargo-minor group with 1 update: [quick-xml](https://github.com/tafia/quick-xml).


Updates `quick-xml` from 0.35.0 to 0.36.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.35.0...v0.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-08 17:11:56 +00:00 committed by TÖRÖK Attila
parent 47564b0b4e
commit 54ce439a5b
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -3973,9 +3973,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.35.0"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86e446ed58cef1bbfe847bc2fda0e2e4ea9f0e57b90c507d4781292590d72a4e"
checksum = "4091e032efecb09d7b1f711f487b85ab925632a842627e3200fb088382cde32c"
dependencies = [
"memchr",
]
@ -4370,7 +4370,7 @@ dependencies = [
"num-traits",
"percent-encoding",
"png",
"quick-xml 0.35.0",
"quick-xml 0.36.0",
"rand",
"realfft",
"regress",

View File

@ -29,7 +29,7 @@ bitflags = { workspace = true }
smallvec = { version = "1.13.2", features = ["union"] }
num-traits = { workspace = true }
num-derive = { workspace = true }
quick-xml = "0.35.0"
quick-xml = "0.36.0"
downcast-rs = "1.2.1"
url = { workspace = true }
weak-table = "0.3.2"