chore(rust): update lopdf to latest upstream (dc2887a)

Picks up ObjStm xref conflict fix and clippy cleanup.
This commit is contained in:
Abimael Martell
2026-03-05 11:40:16 -08:00
parent cf5da7fe35
commit ead4030f31
+1 -1
View File
@@ -10,7 +10,7 @@ repository = "https://github.com/firecrawl/pdf-inspector"
[dependencies]
# PDF parsing
lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "df670a5", features = ["rayon"] }
lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "dc2887a", features = ["rayon"] }
# Error handling
thiserror = "2.0"