From b04685c90e626a64abd02d3cbe5bb33c3e8d4b9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:38:45 +0000 Subject: [PATCH] chore(deps): update rust crate xml-rs to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d3c391b..7ce56051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ toml = { version = "0.9.0", features = ["preserve_order"] } toml_edit = "0.23.0" tracing = "0.1.40" xmltree = "0.11.0" -xml-rs = "0.8.25" +xml-rs = "1.0.0" [workspace.lints.rust] unsafe_code = "forbid"