Bump quick-xml from 0.27.1 to 0.28.1 (#8533)

This commit is contained in:
dependabot[bot] 2023-03-20 17:46:28 +00:00 committed by GitHub
parent 93e5d8edc9
commit b0be6c3013
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

@ -2831,7 +2831,7 @@ dependencies = [
"powierza-coefficient",
"print-positions",
"proptest",
"quick-xml 0.27.1",
"quick-xml 0.28.1",
"quickcheck",
"quickcheck_macros",
"rand 0.8.5",
@ -4097,9 +4097,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.27.1"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2"
dependencies = [
"memchr",
]

View File

@ -70,7 +70,7 @@ once_cell = "1.17"
open = "4.0.0"
pathdiff = "0.2.1"
powierza-coefficient = "1.0.2"
quick-xml = "0.27"
quick-xml = "0.28"
rand = "0.8"
rayon = "1.7.0"
regex = "1.7.1"