Skip to content

Commit 299becc

Browse files
fix(deps): update rust crate lopdf to 0.36.0
1 parent cfc709a commit 299becc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ text-splitter = { version = "0.17", features = ["tiktoken-rs", "markdown"] }
4242
surrealdb = { version = "2.0.2", optional = true, default-features = false }
4343
csv = "1.3.0"
4444
urlencoding = "2.1.3"
45-
lopdf = { version = "0.34.0", features = ["nom_parser"], optional = true }
45+
lopdf = { version = "0.36.0", features = ["nom_parser"], optional = true }
4646
pdf-extract = { version = "0.7.8", optional = true }
4747
thiserror = "2.0.0"
4848
futures-util = "0.3.30"

0 commit comments

Comments
 (0)