Bump quick-xml from 0.25.0 to 0.27.1 (#7768)

This commit is contained in:
dependabot[bot] 2023-01-16 02:06:31 +00:00 committed by GitHub
parent efa0e6eb62
commit 3ba1bfc369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View File

@ -462,7 +462,7 @@ dependencies = [
"codepage",
"encoding_rs",
"log",
"quick-xml",
"quick-xml 0.25.0",
"serde",
"zip",
]
@ -2775,7 +2775,7 @@ dependencies = [
"polars",
"powierza-coefficient",
"proptest",
"quick-xml",
"quick-xml 0.27.1",
"quickcheck",
"quickcheck_macros",
"rand 0.8.5",
@ -3988,6 +3988,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "quick-xml"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
dependencies = [
"memchr",
]
[[package]]
name = "quickcheck"
version = "1.0.3"

View File

@ -72,7 +72,7 @@ once_cell = "1.17"
open = "3.2.0"
pathdiff = "0.2.1"
powierza-coefficient = "1.0.2"
quick-xml = "0.25"
quick-xml = "0.27"
rand = "0.8"
rayon = "1.5.1"
regex = "1.6.0"