From 4745460261ac7f37f11ceab496afc890247a4d0f Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 14 May 2026 13:47:57 +0200 Subject: [PATCH] Upgraded PDFium to v148.0.7763.0 --- app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md | 3 ++- metadata.txt | 2 +- runtime/Cargo.lock | 4 ++-- runtime/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md b/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md index 36886ce9..76d3285f 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.5.5.md @@ -1,3 +1,4 @@ # v26.5.5, build 240 (2026-05-xx xx:xx UTC) - Improved the app's security foundation with major modernization of the native runtime and its internal communication layer. This work is mostly invisible during everyday use, but it replaces older components that no longer received the security updates we require. We also continued updating security-sensitive dependencies so AI Studio stays on a healthier, better maintained base. -- Upgraded Tauri from v1.8.3 to v2.11.1. \ No newline at end of file +- Upgraded Tauri from v1.8.3 to v2.11.1. +- Upgraded PDFium to 148.0.7763.0. \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 8265e475..ff93e8e3 100644 --- a/metadata.txt +++ b/metadata.txt @@ -8,5 +8,5 @@ 2.11.1 0089849e0c3, release osx-arm64 -144.0.7543.0 +148.0.7763.0 1.17.1 \ No newline at end of file diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 1d78f429..d9e06541 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -3589,9 +3589,9 @@ dependencies = [ [[package]] name = "pdfium-render" -version = "0.8.37" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6553f6604a52b3203db7b4e9d51eb4dd193cf455af9e56d40cab6575b547b679" +checksum = "076dd8f3a6c7da9298ddffbcc0d5a109f89caf967fa4871c9a172d5b3498b35b" dependencies = [ "bitflags 2.6.0", "bytemuck", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 2759a747..c43008bb 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -39,7 +39,7 @@ sha2 = "0.10.8" rcgen = { version = "0.14.7", features = ["pem"] } file-format = "0.29.0" calamine = "0.35.0" -pdfium-render = "0.8.37" +pdfium-render = "0.9.1" sys-locale = "0.3.2" cfg-if = "1.0.4" pptx-to-md = "0.4.0"