chore(deps): bump lopdf from 0.36.0 to 0.40.0 (#8825)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-27 02:49:40 +00:00
committed by GitHub
parent 958f63c94b
commit b9dafd037c
2 changed files with 12 additions and 4 deletions
Generated
+11 -3
View File
@@ -5925,9 +5925,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "lopdf"
version = "0.36.0"
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fa2559e99ba0f26a12458aabc754432c805bbb8cba516c427825a997af1fb7"
checksum = "73fdcbab5b237a03984f83b1394dc534e0b1960675c7f3ec4d04dccc9032b56d"
dependencies = [
"aes",
"bitflags 2.11.0",
@@ -5936,6 +5936,7 @@ dependencies = [
"ecb",
"encoding_rs",
"flate2",
"getrandom 0.4.2",
"indexmap 2.13.0",
"itoa",
"jiff",
@@ -5943,13 +5944,14 @@ dependencies = [
"md-5",
"nom 8.0.0",
"nom_locate",
"rand 0.9.2",
"rand 0.10.0",
"rangemap",
"rayon",
"sha2",
"stringprep",
"thiserror 2.0.18",
"time",
"ttf-parser",
"weezl",
]
@@ -11168,6 +11170,12 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "ttf-parser"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
[[package]]
name = "tungstenite"
version = "0.28.0"
+1 -1
View File
@@ -34,7 +34,7 @@ etcetera = { workspace = true }
tempfile = { workspace = true }
include_dir = { workspace = true }
once_cell = { workspace = true }
lopdf = "0.36.0"
lopdf = "0.40.0"
docx-rs = "0.4.7"
image = { version = "0.24.9", features = ["jpeg"] }
umya-spreadsheet = "2.2.3"