Bump quick-xml from 0.29.0 to 0.30.0 (#9870)

This commit is contained in:
dependabot[bot] 2023-08-14 13:58:15 +00:00 committed by GitHub
parent 2b97bc54c5
commit 0a5f41abc2
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

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

View file

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