From f5c8a733f3acb61823b0c334b9a6f76adf6f5523 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:29:21 +0000 Subject: [PATCH] fix(deps): update rust crate xml-rs to 0.8.25 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 7e2598e..617430f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,6 +795,6 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "xml-rs" -version = "0.8.24" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" +checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" diff --git a/Cargo.toml b/Cargo.toml index aa484c3..564da61 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.24" +version = "0.8.25" default-features = false