From aff2c10b99cbd9565d7aaee176382cbbc87235b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 08:46:15 +0000 Subject: [PATCH] deps(deps): bump quick-xml from 0.36.2 to 0.39.2 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.36.2 to 0.39.2. - [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.36.2...v0.39.2) --- 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61e7596..417400e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,9 +772,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.2" +version = "0.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" +checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index dad3e95..2a43d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ flate2 = "1.0" # surrogate pairs (encoding_rs doesn't panic where stdlib does). encoding_rs = "0.8" # PartAtom XML parser. -quick-xml = { version = "0.36", features = ["serialize"] } +quick-xml = { version = "0.39", features = ["serialize"] } # Serialisation for JSON output + test fixtures. serde = { version = "1", features = ["derive"] } serde_json = "1"