Upgraded PowerPoint crate

This commit is contained in:
Thorsten Sommer 2025-07-01 18:31:40 +02:00
parent a3381672b0
commit 258d2518a7
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5
2 changed files with 3 additions and 3 deletions

4
runtime/Cargo.lock generated
View File

@ -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",

View File

@ -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"