From 01c552ebd44bdb181674b3d91436c5971d886010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:57:17 +0000 Subject: [PATCH] fix(deps): update rust crate xml-rs to 0.8.21 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 240a07d..4b58e8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -802,6 +802,6 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "xml-rs" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" +checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" diff --git a/Cargo.toml b/Cargo.toml index 0e69472..1c9d187 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.20" +version = "0.8.21" default-features = false