summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-19 17:13:23 +0000
committerGitHub <noreply@github.com>2023-03-19 17:13:23 +0000
commit71d35c324c0df90a948a74f3182ed926ae4148fc (patch)
treefbc71d414cf0efff11e292342fbfecaa473a8489
parente6e4515539159da6a610f95b0fe2b3eedea8f600 (diff)
build(deps): update rust crate quick-xml to 0.28.1
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f033d9a38..25ea8863d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 11090686f..e9b791c60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"