mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
build(deps): update rust crate quick-xml to 0.36.2
This commit is contained in:
parent
53b43c15f0
commit
8f4d3cde76
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2340,9 +2340,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quick-xml"
|
name = "quick-xml"
|
||||||
version = "0.36.1"
|
version = "0.36.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc"
|
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
@ -2775,7 +2775,7 @@ dependencies = [
|
|||||||
"pest",
|
"pest",
|
||||||
"pest_derive",
|
"pest_derive",
|
||||||
"process_control",
|
"process_control",
|
||||||
"quick-xml 0.36.1",
|
"quick-xml 0.36.2",
|
||||||
"rand",
|
"rand",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -64,7 +64,7 @@ os_info = "3.8.2"
|
|||||||
path-slash = "0.2.1"
|
path-slash = "0.2.1"
|
||||||
pest = "2.7.13"
|
pest = "2.7.13"
|
||||||
pest_derive = "2.7.13"
|
pest_derive = "2.7.13"
|
||||||
quick-xml = "0.36.1"
|
quick-xml = "0.36.2"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rayon = "1.10.0"
|
rayon = "1.10.0"
|
||||||
regex = { version = "1.10.6", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
regex = { version = "1.10.6", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user