From e879541685863fb9ab9085d109fd7c9040aa4d9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:49:38 +0000 Subject: [PATCH] Update Rust crate minidom to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bebc44..a019a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ xcsoar = ["encoding_rs"] [dependencies] encoding_rs = { version = "0.8.34", optional = true } -minidom = { version = "0.12.0", optional = true } +minidom = { version = "0.17.0", optional = true } quick-xml = { version = "0.30.0", optional = true } thiserror = "1.0.59"