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

This commit is contained in:
renovate[bot] 2023-03-19 17:13:23 +00:00 committed by GitHub
parent e6e4515539
commit 71d35c324c
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

@ -2231,9 +2231,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.28.0"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a306703b4ad75d304a1bbc17d91d4399993caa163ad5028ffb044e5152ffcdd"
checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2"
dependencies = [
"memchr",
]
@ -2715,7 +2715,7 @@ dependencies = [
"pest",
"pest_derive",
"process_control",
"quick-xml 0.28.0",
"quick-xml 0.28.1",
"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.28.0"
quick-xml = "0.28.1"
rand = "0.8.5"
rayon = "1.7.0"
regex = "1.7.1"