mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Bump quick-xml from 0.28.2 to 0.29.0 (#9477)
This commit is contained in:
parent
379260b110
commit
63e30899f7
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue