From d5856fb74e83ecf628ce61dead993a3f5674e424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:21:02 +0000 Subject: [PATCH] Bump(deps): Update quick-xml requirement from 0.39 to 0.40 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.39.0...v0.40.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82ee752..5cea817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ phf = { version = "0.13", features = ["macros"] } # Perfect hash functions for c plist = { version = "1", optional = true } # Property list parser for iWork metadata and indexes prost = { version = "0.14", features = ["derive"], optional = true } # Protocol Buffers implementation for iWork archive structures prost-types = { version = "0.14", optional = true } # Well-known Protocol Buffer types used by iWork -quick-xml = { version = "0.39", optional = true } # High-performance XML parser for .docx, .xlsx, .pptx files +quick-xml = { version = "0.40", optional = true } # High-performance XML parser for .docx, .xlsx, .pptx files rand = "0.10" # Cryptographically secure random numbers for salts in protection hashes rayon = "1.11" # Data parallelism library for parallel iterators and work-stealing reqwest = { version = "0.13", features = ["json"], optional = true }