Bump quick-xml from 0.28.2 to 0.29.0 (#9477)

This commit is contained in:
dependabot[bot] 2023-06-19 06:17:37 +00:00 committed by GitHub
parent 379260b110
commit 63e30899f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -2864,7 +2864,7 @@ dependencies = [
"percent-encoding", "percent-encoding",
"powierza-coefficient", "powierza-coefficient",
"print-positions", "print-positions",
"quick-xml 0.28.2", "quick-xml 0.29.0",
"quickcheck", "quickcheck",
"quickcheck_macros", "quickcheck_macros",
"rand 0.8.5", "rand 0.8.5",
@ -4193,9 +4193,9 @@ dependencies = [
[[package]] [[package]]
name = "quick-xml" name = "quick-xml"
version = "0.28.2" version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1" checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]

View file

@ -69,7 +69,7 @@ pathdiff = "0.2"
percent-encoding = "2.2" percent-encoding = "2.2"
powierza-coefficient = "1.0" powierza-coefficient = "1.0"
print-positions = "0.6" print-positions = "0.6"
quick-xml = "0.28" quick-xml = "0.29"
rand = "0.8" rand = "0.8"
rayon = "1.7" rayon = "1.7"
regex = "1.7" regex = "1.7"