From f3c3a2c3010c31708269a85a9fc0a87fb69447dc Mon Sep 17 00:00:00 2001 From: iequidoo <117991069+iequidoo@users.noreply.github.com> Date: Thu, 2 Oct 2025 05:24:11 -0300 Subject: [PATCH] Revert "chore(cargo): bump quick-xml from 0.37.5 to 0.38.3" This reverts commit 58e1fa5c36be38431e8663cb9282dfd16219345d. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b96283e2..4763a392b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4639,9 +4639,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.38.3" +version = "0.37.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" +checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" dependencies = [ "memchr", ]