From 9789a63a00cb299186202018075984fd5e44ddfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Dec 2022 13:37:52 +0000 Subject: [PATCH] build(deps): update rust crate quick-xml to 0.27.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49b05c173..be5e3d039 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2346,9 +2346,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" +checksum = "0450d2eaf8a52d6f91efb75457a19d206ccb4f580d3a7e19485914d5e97a8194" dependencies = [ "memchr", ] @@ -2825,7 +2825,7 @@ dependencies = [ "pest", "pest_derive", "process_control", - "quick-xml 0.26.0", + "quick-xml 0.27.0", "rand 0.8.5", "rayon", "regex", diff --git a/Cargo.toml b/Cargo.toml index 3a66455d4..b5dd11599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ os_info = "3.5.1" path-slash = "0.2.1" pest = "2.5.2" pest_derive = "2.5.2" -quick-xml = "0.26.0" +quick-xml = "0.27.0" rand = "0.8.5" rayon = "1.6.1" regex = "1.7.0"