From 7033910030cb5da1238cd3859d9cbb9ddd93632b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:42:24 +0000 Subject: [PATCH] chore(deps): update rust crate quick-xml to 0.41.0 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80e3b0f..cc6eae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ oxc_parser = "0.133.0" oxc_span = "0.133.0" phf = "0.13.1" phf_codegen = "0.13.1" -quick-xml = {version = "0.40.1", features = ["serialize"]} +quick-xml = {version = "0.41.0", features = ["serialize"]} rand = "0.10.1" regex = "1.6.0" ress = "0.11.0"