From a34c3aaf4d0826c31b5440399e606ae0aec54e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:35:33 +0000 Subject: [PATCH] fix(deps): update rust crate xml-rs to 0.8.28 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44868e6..50c81c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,6 +809,6 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "xml-rs" -version = "0.8.27" +version = "0.8.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7" +checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" diff --git a/Cargo.toml b/Cargo.toml index 4692892..045bbf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,5 +67,5 @@ version = "0.9.34" version = "2.1.3" [dependencies.xml-rs] -version = "0.8.27" +version = "0.8.28" default-features = false