From 23b8f356b2a7641e00f64dab9146045ad89586bc Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@communiquons.org>
Date: Sun, 30 Mar 2025 02:24:44 +0000
Subject: [PATCH] Update Rust crate quick-xml to 0.37.3

---
 virtweb_backend/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml
index 4519fe1..abff39f 100644
--- a/virtweb_backend/Cargo.toml
+++ b/virtweb_backend/Cargo.toml
@@ -22,7 +22,7 @@ actix-ws = "0.3.0"
 actix-http = "3.10.0"
 serde = { version = "1.0.219", features = ["derive"] }
 serde_json = "1.0.140"
-quick-xml = { version = "0.37.2", features = ["serialize", "overlapped-lists"] }
+quick-xml = { version = "0.37.3", features = ["serialize", "overlapped-lists"] }
 futures-util = "0.3.31"
 anyhow = "1.0.97"
 actix-multipart = "0.7.2"