From 258d2518a71b9fa3aa95886f9fb7d4566bc40e59 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 1 Jul 2025 18:31:40 +0200 Subject: [PATCH] Upgraded PowerPoint crate --- runtime/Cargo.lock | 4 ++-- runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index ed49d3f2..9a468f58 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -3408,9 +3408,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "pptx-to-md" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e26f6df203425a22367de642b415c18f1456de2bc870fbd7d2be83d5f57ae058" +checksum = "25f7bef20173da9d560ffb6b67cba2d2b834375d0d262e5aeb86f44e069ae446" dependencies = [ "base64 0.22.1", "image 0.24.9", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index bda2073f..2b8ec24f 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -38,7 +38,7 @@ calamine = "0.28.0" pdfium-render = "0.8.33" sys-locale = "0.3.2" cfg-if = "1.0.1" -pptx-to-md = "0.3.0" +pptx-to-md = "0.4.0" # Fixes security vulnerability downstream, where the upstream is not fixed yet: url = "2.5"