1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-27 20:59:02 +00:00

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

This commit is contained in:
renovate[bot] 2023-04-12 21:43:28 +00:00 committed by GitHub
parent 3368b91034
commit ad9464f505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2349,9 +2349,9 @@ dependencies = [
[[package]] [[package]]
name = "quick-xml" name = "quick-xml"
version = "0.28.1" version = "0.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2" checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]
@ -2797,7 +2797,7 @@ dependencies = [
"pest", "pest",
"pest_derive", "pest_derive",
"process_control", "process_control",
"quick-xml 0.28.1", "quick-xml 0.28.2",
"rand", "rand",
"rayon", "rayon",
"regex", "regex",

View File

@ -64,7 +64,7 @@ os_info = "3.7.0"
path-slash = "0.2.1" path-slash = "0.2.1"
pest = "2.5.7" pest = "2.5.7"
pest_derive = "2.5.7" pest_derive = "2.5.7"
quick-xml = "0.28.1" quick-xml = "0.28.2"
rand = "0.8.5" rand = "0.8.5"
rayon = "1.7.0" rayon = "1.7.0"
regex = "1.7.3" regex = "1.7.3"