mirror of
https://github.com/starship/starship.git
synced 2024-11-29 19:53:38 +01:00
build(deps): update rust crate quick-xml to 0.27.1
This commit is contained in:
parent
5d4cb6ff8f
commit
ce18b7bb9e
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2345,9 +2345,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quick-xml"
|
name = "quick-xml"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0450d2eaf8a52d6f91efb75457a19d206ccb4f580d3a7e19485914d5e97a8194"
|
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
@ -2824,7 +2824,7 @@ dependencies = [
|
|||||||
"pest",
|
"pest",
|
||||||
"pest_derive",
|
"pest_derive",
|
||||||
"process_control",
|
"process_control",
|
||||||
"quick-xml 0.27.0",
|
"quick-xml 0.27.1",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -64,7 +64,7 @@ os_info = "3.5.1"
|
|||||||
path-slash = "0.2.1"
|
path-slash = "0.2.1"
|
||||||
pest = "2.5.2"
|
pest = "2.5.2"
|
||||||
pest_derive = "2.5.2"
|
pest_derive = "2.5.2"
|
||||||
quick-xml = "0.27.0"
|
quick-xml = "0.27.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
regex = "1.7.0"
|
regex = "1.7.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user