From fb010f1f3c487cdc529655e5cf4ec5101e3cc0b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 19:48:03 +0000 Subject: [PATCH] build(deps): update rust crate quick-xml to 0.37.2 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33bb397f..481e4309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2584,9 +2584,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.1" +version = "0.37.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03" +checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003" dependencies = [ "memchr", ] @@ -3023,7 +3023,7 @@ dependencies = [ "pest", "pest_derive", "process_control", - "quick-xml 0.37.1", + "quick-xml 0.37.2", "rand", "rayon", "regex", diff --git a/Cargo.toml b/Cargo.toml index 418dc336..a242fa27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ path-slash = "0.2.1" pest = "2.7.15" pest_derive = "2.7.15" process_control = "5.0.0" -quick-xml = "0.37.1" +quick-xml = "0.37.2" rand = "0.8.5" rayon = "1.10.0" regex = { version = "1.11.1", default-features = false, features = ["perf", "std", "unicode-perl"] }