From c72e8c5e179023b1f076088647db07e985eaa815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 04:50:48 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.37.5 to 0.41.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.5 to 0.41.0. - [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.37.5...v0.41.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +---------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d37ce0e7a..2f7866064 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3501,7 +3501,7 @@ dependencies = [ "polling", "portable-pty", "proptest", - "quick-xml 0.37.5", + "quick-xml 0.41.0", "regex", "regex-automata", "rodio", @@ -4737,15 +4737,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "quick-xml" -version = "0.37.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" -dependencies = [ - "memchr", -] - [[package]] name = "quick-xml" version = "0.39.2" diff --git a/Cargo.toml b/Cargo.toml index a0241e70e..15211a176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ encoding_rs = "0.8" flate2 = "1" # Parsing -quick-xml = "0.37" +quick-xml = "0.41" tl = "0.7" # Database