mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-20 09:12:14 +00:00
Upgraded PDFium to v148.0.7763.0
This commit is contained in:
parent
9a25cf2f6f
commit
4745460261
@ -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.
|
||||
- Upgraded Tauri from v1.8.3 to v2.11.1.
|
||||
- Upgraded PDFium to 148.0.7763.0.
|
||||
@ -8,5 +8,5 @@
|
||||
2.11.1
|
||||
0089849e0c3, release
|
||||
osx-arm64
|
||||
144.0.7543.0
|
||||
148.0.7763.0
|
||||
1.17.1
|
||||
4
runtime/Cargo.lock
generated
4
runtime/Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user