From a1b65cea0d4d8fbc84fdef4df7523e3499989f12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:07:22 +0000 Subject: [PATCH] fix(deps): update rust crate xml-rs to 0.8.20 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28e5aa2..159a6ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,5 +67,5 @@ version = "0.9.0" version = "2.0" [dependencies.xml-rs] -version = "0.8.0" +version = "0.8.20" default-features = false