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.30.0
This commit is contained in:
parent
5dbe5a0a73
commit
656c5b7ac5
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2511,9 +2511,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.29.0"
|
||||
version = "0.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
|
||||
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
@ -2978,7 +2978,7 @@ dependencies = [
|
||||
"pest",
|
||||
"pest_derive",
|
||||
"process_control",
|
||||
"quick-xml 0.29.0",
|
||||
"quick-xml 0.30.0",
|
||||
"rand",
|
||||
"rayon",
|
||||
"regex",
|
||||
|
@ -64,7 +64,7 @@ os_info = "3.7.0"
|
||||
path-slash = "0.2.1"
|
||||
pest = "2.7.1"
|
||||
pest_derive = "2.7.1"
|
||||
quick-xml = "0.29.0"
|
||||
quick-xml = "0.30.0"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.7.0"
|
||||
regex = { version = "1.9.1", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||
|
Loading…
Reference in New Issue
Block a user