From de14e3ee64a054ca6e5afaff9514d942d38f7575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:54:11 +0000 Subject: [PATCH] Bump quick-xml from 0.41.0 to 0.42.0 in /ext/parsekit 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] --- ext/parsekit/Cargo.lock | 15 ++++++++++++--- ext/parsekit/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ext/parsekit/Cargo.lock b/ext/parsekit/Cargo.lock index 5b71614..49774dd 100644 --- a/ext/parsekit/Cargo.lock +++ b/ext/parsekit/Cargo.lock @@ -284,7 +284,7 @@ dependencies = [ "encoding_rs", "fast-float2", "log", - "quick-xml", + "quick-xml 0.41.0", "serde", "zip", ] @@ -556,7 +556,7 @@ dependencies = [ "base64", "crc32fast", "image", - "quick-xml", + "quick-xml 0.41.0", "serde", "serde_json", "smallvec", @@ -1540,7 +1540,7 @@ dependencies = [ "image", "magnus", "mupdf", - "quick-xml", + "quick-xml 0.42.0", "regex", "serde_json", "tesseract-rs", @@ -1712,6 +1712,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "quick-xml" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41b1177fdf999d2321d3fb46ff47159d9c1fb9ad66a4879f8c50a0b504615e9b" +dependencies = [ + "memchr", +] + [[package]] name = "quinn" version = "0.11.11" diff --git a/ext/parsekit/Cargo.toml b/ext/parsekit/Cargo.toml index 51c23f8..60faca8 100644 --- a/ext/parsekit/Cargo.toml +++ b/ext/parsekit/Cargo.toml @@ -20,7 +20,7 @@ tesseract-rs = "0.4" # Tesseract with optional bundling image = "0.25" # Image processing library (match rusty-tesseract's version) calamine = "0.36" # Excel parsing docx-rs = "0.4" # Word document parsing -quick-xml = "0.41" # XML parsing +quick-xml = "0.42" # XML parsing zip = "8.2" # ZIP archive handling for PPTX serde_json = "1.0" # JSON parsing regex = "1.10" # Text parsing