mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Bump quick-xml from 0.29.0 to 0.30.0 (#9870)
This commit is contained in:
parent
2b97bc54c5
commit
0a5f41abc2
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -2726,7 +2726,7 @@ dependencies = [
|
|||
"percent-encoding",
|
||||
"powierza-coefficient",
|
||||
"print-positions",
|
||||
"quick-xml 0.29.0",
|
||||
"quick-xml 0.30.0",
|
||||
"quickcheck",
|
||||
"quickcheck_macros",
|
||||
"rand",
|
||||
|
@ -3979,9 +3979,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.29.0"
|
||||
version = "0.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
|
||||
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
|
@ -69,7 +69,7 @@ pathdiff = "0.2"
|
|||
percent-encoding = "2.3"
|
||||
powierza-coefficient = "1.0"
|
||||
print-positions = "0.6"
|
||||
quick-xml = "0.29"
|
||||
quick-xml = "0.30"
|
||||
rand = "0.8"
|
||||
rayon = "1.7"
|
||||
regex = "1.7"
|
||||
|
|
Loading…
Reference in a new issue