mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-26 03:27:30 +00:00
build(deps): update rust crate quick-xml to 0.28.1
This commit is contained in:
parent
e6e4515539
commit
71d35c324c
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2231,9 +2231,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quick-xml"
|
name = "quick-xml"
|
||||||
version = "0.28.0"
|
version = "0.28.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7a306703b4ad75d304a1bbc17d91d4399993caa163ad5028ffb044e5152ffcdd"
|
checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
@ -2715,7 +2715,7 @@ dependencies = [
|
|||||||
"pest",
|
"pest",
|
||||||
"pest_derive",
|
"pest_derive",
|
||||||
"process_control",
|
"process_control",
|
||||||
"quick-xml 0.28.0",
|
"quick-xml 0.28.1",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -64,7 +64,7 @@ os_info = "3.6.0"
|
|||||||
path-slash = "0.2.1"
|
path-slash = "0.2.1"
|
||||||
pest = "2.5.6"
|
pest = "2.5.6"
|
||||||
pest_derive = "2.5.6"
|
pest_derive = "2.5.6"
|
||||||
quick-xml = "0.28.0"
|
quick-xml = "0.28.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
regex = "1.7.1"
|
regex = "1.7.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user