chore(deps): bump pdf-extract in /4-Infrastructure/servo-fetch

Bumps [pdf-extract](https://github.com/jrmuizel/pdf-extract) from 0.10.0 to 0.12.0.
- [Commits](https://github.com/jrmuizel/pdf-extract/compare/v0.10.0...v0.12.0)

---
updated-dependencies:
- dependency-name: pdf-extract
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-29 15:50:46 +00:00 committed by GitHub
parent c3d7516849
commit 17dbf9ff86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 27 deletions

View file

@ -721,12 +721,6 @@ version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d"
[[package]]
name = "bytecount"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
[[package]] [[package]]
name = "bytemuck" name = "bytemuck"
version = "1.25.0" version = "1.25.0"
@ -813,9 +807,9 @@ dependencies = [
[[package]] [[package]]
name = "cff-parser" name = "cff-parser"
version = "0.1.0" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f5b6e9141c036f3ff4ce7b2f7e432b0f00dee416ddcd4f17741d189ddc2e9d" checksum = "c5810ca1a2b5870df2aab1c03e11c40c361ba51d6e3e361e56310f1cb3b4e087"
[[package]] [[package]]
name = "cfg-if" name = "cfg-if"
@ -2229,9 +2223,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"js-sys",
"libc", "libc",
"r-efi 6.0.0", "r-efi 6.0.0",
"rand_core 0.10.1", "rand_core 0.10.1",
"wasm-bindgen",
] ]
[[package]] [[package]]
@ -3846,9 +3842,9 @@ dependencies = [
[[package]] [[package]]
name = "lopdf" name = "lopdf"
version = "0.38.0" version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7184fdea2bc3cd272a1acec4030c321a8f9875e877b3f92a53f2f6033fdc289" checksum = "25aab26d99567469098e64a02f42679f8965c6401263eefa31d8f2dcc37a221c"
dependencies = [ dependencies = [
"aes", "aes",
"bitflags 2.13.0", "bitflags 2.13.0",
@ -3856,14 +3852,13 @@ dependencies = [
"ecb", "ecb",
"encoding_rs", "encoding_rs",
"flate2", "flate2",
"getrandom 0.3.4", "getrandom 0.4.3",
"indexmap", "indexmap",
"itoa", "itoa",
"log", "log",
"md-5", "md-5",
"nom 8.0.0", "nom 8.0.0",
"nom_locate", "rand 0.10.1",
"rand 0.9.4",
"rangemap", "rangemap",
"sha2", "sha2",
"stringprep", "stringprep",
@ -4237,17 +4232,6 @@ dependencies = [
"thiserror 2.0.18", "thiserror 2.0.18",
] ]
[[package]]
name = "nom_locate"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b577e2d69827c4740cba2b52efaad1c4cc7c73042860b199710b3575c68438d"
dependencies = [
"bytecount",
"memchr",
"nom 8.0.0",
]
[[package]] [[package]]
name = "noop_proc_macro" name = "noop_proc_macro"
version = "0.3.0" version = "0.3.0"
@ -4684,9 +4668,9 @@ checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4"
[[package]] [[package]]
name = "pdf-extract" name = "pdf-extract"
version = "0.10.0" version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e28ba1758a3d3f361459645780e09570b573fc3c82637449e9963174c813a98" checksum = "417e8fdc940f1d5bc62c5f89864c3a2255f74f69aa353c98509213d67df61e73"
dependencies = [ dependencies = [
"adobe-cmap-parser", "adobe-cmap-parser",
"cff-parser", "cff-parser",

View file

@ -35,7 +35,7 @@ schemars = "1"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal"] } tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal"] }
axum = "0.8" axum = "0.8"
base64 = "0.22" base64 = "0.22"
pdf-extract = "0.10" pdf-extract = "0.12"
ureq = "3" ureq = "3"
globset = "0.4" globset = "0.4"
psl = "2" psl = "2"