From 4ed73f7c3b276fa99e7d07a108b20465d9bfabf7 Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Wed, 25 Feb 2026 11:05:38 -0800 Subject: [PATCH] Point lopdf at upstream repo (J-F-Liu/lopdf@ae7c584) The R6 encryption fix has been merged upstream, so switch from the fork back to the canonical repository. Co-Authored-By: Claude Opus 4.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad2fd6d..17e5242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/firecrawl/pdf-inspector" [dependencies] # PDF parsing -lopdf = { git = "https://github.com/abimaelmartell/lopdf", branch = "firecrawl/fix-r6-encryption", features = ["rayon"] } +lopdf = { git = "https://github.com/J-F-Liu/lopdf", rev = "ae7c5844b8514f22b55547fe9ba8039e295a26cd", features = ["rayon"] } # Error handling thiserror = "2.0"