From b653f118d0f5253c7f81aca6baa4a0e98f4a928f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:00:38 +0000 Subject: [PATCH] Bump quick-xml from 0.39.2 to 0.40.1 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.2 to 0.40.1. - [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.40.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 844e8d823..61c3dc1b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -927,9 +927,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.39.2" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 7c70f3dcb..383c39da7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ lazy_static = "1.5" log = "0.4" md-5 = "0.10" num_cpus = "1.17" -quick-xml = "0.39" +quick-xml = "0.40" rayon = "1.11" regex = "1.12" rustc-hash = "2.1"