From af8890e370dd6a3f1f0956882da8f9b1e19d6b7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:13:14 +0000 Subject: [PATCH] build(deps): update rust crate quick-xml to 0.37.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 796f6e843..353ed4ced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2345,9 +2345,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.2" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" +checksum = "ffbfb3ddf5364c9cfcd65549a1e7b801d0e8d1b14c1a1590a6408aa93cfbfa84" dependencies = [ "memchr", ] @@ -2778,7 +2778,7 @@ dependencies = [ "pest", "pest_derive", "process_control", - "quick-xml 0.36.2", + "quick-xml 0.37.0", "rand", "rayon", "regex", diff --git a/Cargo.toml b/Cargo.toml index 89418390d..2faf2ae64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ path-slash = "0.2.1" pest = "2.7.14" pest_derive = "2.7.14" process_control = "5.0.0" -quick-xml = "0.36.2" +quick-xml = "0.37.0" rand = "0.8.5" rayon = "1.10.0" regex = { version = "1.11.1", default-features = false, features = ["perf", "std", "unicode-perl"] }