From 4f13c8640c8c4e12044102cbed429e9d6cc04631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:27:24 +0000 Subject: [PATCH] chore(deps): update quick-xml requirement from 0.37 to 0.39 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.37.0...v0.39.2) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/paperjam-epub/Cargo.toml | 2 +- crates/paperjam-pptx/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/paperjam-epub/Cargo.toml b/crates/paperjam-epub/Cargo.toml index 9c69809..132350c 100644 --- a/crates/paperjam-epub/Cargo.toml +++ b/crates/paperjam-epub/Cargo.toml @@ -10,5 +10,5 @@ description = "EPUB e-book processing for the paperjam ecosystem" paperjam-model = { path = "../paperjam-model" } paperjam-html = { path = "../paperjam-html" } zip = { version = "2", default-features = false, features = ["deflate"] } -quick-xml = "0.37" +quick-xml = "0.39" thiserror = { workspace = true } diff --git a/crates/paperjam-pptx/Cargo.toml b/crates/paperjam-pptx/Cargo.toml index 111513f..fb7164c 100644 --- a/crates/paperjam-pptx/Cargo.toml +++ b/crates/paperjam-pptx/Cargo.toml @@ -9,5 +9,5 @@ description = "PPTX presentation processing for the paperjam ecosystem" [dependencies] paperjam-model = { path = "../paperjam-model" } zip = { version = "2", default-features = false, features = ["deflate"] } -quick-xml = "0.37" +quick-xml = "0.39" thiserror = { workspace = true }