From 3fd47680cd95e8c319ae59915d2e1f93a93e5b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:36:47 +0000 Subject: [PATCH] :ghost: Bump xml from 0.8.20 to 1.2.1 Bumps [xml](https://github.com/kornelski/xml-rs) from 0.8.20 to 1.2.1. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](https://github.com/kornelski/xml-rs/compare/0.8.20...1.2.1) --- updated-dependencies: - dependency-name: xml dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++----------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd9ad6fe..efe7b46b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3249,18 +3249,9 @@ dependencies = [ [[package]] name = "xml" -version = "0.8.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ede1c99c55b4b3ad0349018ef0eccbe954ce9c342334410707ee87177fcf2ab4" -dependencies = [ - "xml-rs", -] - -[[package]] -name = "xml-rs" -version = "0.8.20" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" +checksum = "b8aa498d22c9bbaf482329839bc5620c46be275a19a812e9a22a2b07529a642a" [[package]] name = "xml_c14n" diff --git a/Cargo.toml b/Cargo.toml index f390c278..f40a6839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lazy_static = "1.5" serde = { version = "1.0", features = ["derive"] } rust_decimal = { version = "1.36" } rust_decimal_macros = "1.36" -xml = "0.8" +xml = "1.2" zip = { version = "2.2" } reqwest = "0.12" base64 = "0.22"