From 77c7208306b5cb2af44df392060d17972b747b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 04:23:36 +0000 Subject: [PATCH] build(deps): bump quick-xml in the minor-changes group Bumps the minor-changes group with 1 update: [quick-xml](https://github.com/tafia/quick-xml). Updates `quick-xml` from 0.39.2 to 0.39.3 - [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.3) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-changes ... 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 315ce5be..362a6bd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-xml" -version = "0.39.2" +version = "0.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 26ff4fba..0e81b343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ portable-pty = "0.8.1" # FIXME: portable-pty 0.9 is seemingly broken on Windows # won't build without `alloc` (or `std`) enabled. pretty_assertions = { version = "1.4.1", default-features = false, features = ["alloc"] } pulldown-cmark = "0.9.6" -quick-xml = "0.39.2" +quick-xml = "0.39.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tempfile = "3.27.0"