1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 02:50:47 +00:00

build(deps): update rust crate quick-xml to 0.27.1

This commit is contained in:
renovate[bot] 2022-12-28 21:48:24 +00:00
parent 5d4cb6ff8f
commit ce18b7bb9e
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2345,9 +2345,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.27.0"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0450d2eaf8a52d6f91efb75457a19d206ccb4f580d3a7e19485914d5e97a8194"
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
dependencies = [
"memchr",
]
@ -2824,7 +2824,7 @@ dependencies = [
"pest",
"pest_derive",
"process_control",
"quick-xml 0.27.0",
"quick-xml 0.27.1",
"rand 0.8.5",
"rayon",
"regex",

View File

@ -64,7 +64,7 @@ os_info = "3.5.1"
path-slash = "0.2.1"
pest = "2.5.2"
pest_derive = "2.5.2"
quick-xml = "0.27.0"
quick-xml = "0.27.1"
rand = "0.8.5"
rayon = "1.6.1"
regex = "1.7.0"