From cf6d52d13619696a9959e572d9e9ff76aa80e809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 12:05:53 +0000 Subject: [PATCH] build(deps): bump quick-xml from 0.41.0 to 0.42.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.41.0 to 0.42.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.41.0...v0.42.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5338c115..52e6c70b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" dependencies = [ "serde", "termcolor", - "unicode-width 0.1.14", + "unicode-width 0.2.2", ] [[package]] @@ -1516,7 +1516,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a791e6620676a875f362f3156ed213e73ca099a09bf992c18812abe65cc37b1" dependencies = [ "bstr", - "hashbrown 0.15.5", + "hashbrown 0.17.1", ] [[package]] @@ -3940,9 +3940,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" +checksum = "41b1177fdf999d2321d3fb46ff47159d9c1fb9ad66a4879f8c50a0b504615e9b" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index a2f43384..16ef9844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ gix = { version = "^0.86", default-features = false, features = ["attributes", " # `encoding`) stay off: parsing is hand-rolled streaming, and non-UTF-8 # report encodings are rejected as diagnostics. Keep ≥0.41 — it carries the # fixes for RUSTSEC-2026-0194/-0195. -quick-xml = "^0.41" +quick-xml = "^0.42" # `globset`, `ignore`, and `toml` graduated from mehen-engine-inline pins # to workspace pins when `mehen-coverage-discovery` became their second # consumer (artifact scanning walks and declarative tool-config