mirror of
https://github.com/starship/starship.git
synced 2024-11-24 17:23:49 +01:00
build(deps): update rust crate quick-xml to 0.37.1
This commit is contained in:
parent
fccf4ccebf
commit
305acac2bd
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2345,9 +2345,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quick-xml"
|
name = "quick-xml"
|
||||||
version = "0.37.0"
|
version = "0.37.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ffbfb3ddf5364c9cfcd65549a1e7b801d0e8d1b14c1a1590a6408aa93cfbfa84"
|
checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
@ -2778,7 +2778,7 @@ dependencies = [
|
|||||||
"pest",
|
"pest",
|
||||||
"pest_derive",
|
"pest_derive",
|
||||||
"process_control",
|
"process_control",
|
||||||
"quick-xml 0.37.0",
|
"quick-xml 0.37.1",
|
||||||
"rand",
|
"rand",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -63,7 +63,7 @@ path-slash = "0.2.1"
|
|||||||
pest = "2.7.14"
|
pest = "2.7.14"
|
||||||
pest_derive = "2.7.14"
|
pest_derive = "2.7.14"
|
||||||
process_control = "5.0.0"
|
process_control = "5.0.0"
|
||||||
quick-xml = "0.37.0"
|
quick-xml = "0.37.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rayon = "1.10.0"
|
rayon = "1.10.0"
|
||||||
regex = { version = "1.11.1", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
regex = { version = "1.11.1", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user