From a54b62bfb18a6fe72502144349e01a96f3692f3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 10:28:30 +0200 Subject: [PATCH] build(deps): update rust crate quick-xml to 0.39.3 (#7468) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48d1cd8e4..aef816d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3000,9 +3000,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.39.2" +version = "0.39.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" dependencies = [ "memchr", ] @@ -3518,7 +3518,7 @@ dependencies = [ "pest", "pest_derive", "process_control", - "quick-xml 0.39.2", + "quick-xml 0.39.4", "rand 0.10.1", "rayon", "regex", diff --git a/Cargo.toml b/Cargo.toml index 354ba1d80..f2572150b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ path-slash = "0.2.1" pest = "2.8.6" pest_derive = "2.8.6" process_control = "5.2.0" -quick-xml = "0.39.2" +quick-xml = "0.39.3" rand = "0.10.1" rayon = "1.12.0" regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode-perl"] }