mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
build(deps): update rust crate quick-xml to 0.28.0
This commit is contained in:
parent
3d47468414
commit
a47e0ce3d2
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2238,9 +2238,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
|
||||
checksum = "7a306703b4ad75d304a1bbc17d91d4399993caa163ad5028ffb044e5152ffcdd"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
@ -2722,7 +2722,7 @@ dependencies = [
|
||||
"pest",
|
||||
"pest_derive",
|
||||
"process_control",
|
||||
"quick-xml 0.27.1",
|
||||
"quick-xml 0.28.0",
|
||||
"rand 0.8.5",
|
||||
"rayon",
|
||||
"regex",
|
||||
|
@ -64,7 +64,7 @@ os_info = "3.6.0"
|
||||
path-slash = "0.2.1"
|
||||
pest = "2.5.6"
|
||||
pest_derive = "2.5.6"
|
||||
quick-xml = "0.27.1"
|
||||
quick-xml = "0.28.0"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.7.0"
|
||||
regex = "1.7.1"
|
||||
|
Loading…
Reference in New Issue
Block a user