From 457ef80f1c153697d9cad9e7e6dd3393225016bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:16:58 +0000 Subject: [PATCH] Update quick-xml requirement from 0.38 to 0.39 in /ext/parsekit Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [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.38.0...v0.39.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ext/parsekit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/parsekit/Cargo.toml b/ext/parsekit/Cargo.toml index 59b8ddd..26a3020 100644 --- a/ext/parsekit/Cargo.toml +++ b/ext/parsekit/Cargo.toml @@ -20,7 +20,7 @@ tesseract-rs = "0.1" # Tesseract with optional bundling image = "0.25" # Image processing library (match rusty-tesseract's version) calamine = "0.31" # Excel parsing docx-rs = "0.4" # Word document parsing -quick-xml = "0.38" # XML parsing +quick-xml = "0.39" # XML parsing zip = "5.0" # ZIP archive handling for PPTX serde_json = "1.0" # JSON parsing regex = "1.10" # Text parsing