forked from extern/nushell
Bump quick-xml from 0.25.0 to 0.27.1 (#7768)
This commit is contained in:
parent
efa0e6eb62
commit
3ba1bfc369
13
Cargo.lock
generated
13
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user