diff --git a/Cargo.toml b/Cargo.toml index eea0ced..32016c3 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/J-F-Liu/lopdf", rev = "845cd3d4648d9cefb7b5def5fb387df61ba3a0e5", features = ["rayon"] } +lopdf = { git = "https://github.com/firecrawl/lopdf", rev = "edf6279", features = ["rayon"] } # Error handling thiserror = "2.0"