From 76b8f00e85925e090aff946150c9096a205fd888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:28:38 +0000 Subject: [PATCH] build(deps): 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 315ce5be..d9aaeede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[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 26ff4fba..3622d395 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.40.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tempfile = "3.27.0"