From 6697086e547626d6ebf77a095a8febc5792b2782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:05:41 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.39.2 to 0.39.4 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.2 to 0.39.4. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.39.2...v0.39.4) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07071e67..db5ad55e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.39.2" +version = "0.39.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index beda638d..f4dc6831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" [dependencies] encoding_rs_io = "0.1.7" rayon = "1.12.0" -quick-xml = "0.39.2" +quick-xml = "0.39.4" regex = "1.12.3" clap = { version = "4.6.1", features = ["derive"] } anyhow = "1.0.102"