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

This commit is contained in:
renovate[bot] 2023-03-13 19:20:32 +00:00 committed by GitHub
parent 3d47468414
commit a47e0ce3d2
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

@ -2238,9 +2238,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.27.1"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
checksum = "7a306703b4ad75d304a1bbc17d91d4399993caa163ad5028ffb044e5152ffcdd"
dependencies = [
"memchr",
]
@ -2722,7 +2722,7 @@ dependencies = [
"pest",
"pest_derive",
"process_control",
"quick-xml 0.27.1",
"quick-xml 0.28.0",
"rand 0.8.5",
"rayon",
"regex",

View File

@ -64,7 +64,7 @@ os_info = "3.6.0"
path-slash = "0.2.1"
pest = "2.5.6"
pest_derive = "2.5.6"
quick-xml = "0.27.1"
quick-xml = "0.28.0"
rand = "0.8.5"
rayon = "1.7.0"
regex = "1.7.1"