mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
build(deps): update rust crate quick-xml to 0.28.2
This commit is contained in:
parent
3368b91034
commit
ad9464f505
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2349,9 +2349,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.28.1"
|
||||
version = "0.28.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2"
|
||||
checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
@ -2797,7 +2797,7 @@ dependencies = [
|
||||
"pest",
|
||||
"pest_derive",
|
||||
"process_control",
|
||||
"quick-xml 0.28.1",
|
||||
"quick-xml 0.28.2",
|
||||
"rand",
|
||||
"rayon",
|
||||
"regex",
|
||||
|
@ -64,7 +64,7 @@ os_info = "3.7.0"
|
||||
path-slash = "0.2.1"
|
||||
pest = "2.5.7"
|
||||
pest_derive = "2.5.7"
|
||||
quick-xml = "0.28.1"
|
||||
quick-xml = "0.28.2"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.7.0"
|
||||
regex = "1.7.3"
|
||||
|
Loading…
Reference in New Issue
Block a user