Skip to content

Commit

Permalink
fix(deps): update rust crate lopdf to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent b0befa0 commit d93aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ text-splitter = { version = "0.15", features = ["tiktoken-rs", "markdown"] }
surrealdb = { version = "1.4.2", optional = true, default-features = false }
csv = "1.3.0"
urlencoding = "2.1.3"
lopdf = { version = "0.32.0", features = ["nom_parser"], optional = true }
lopdf = { version = "0.33.0", features = ["nom_parser"], optional = true }
pdf-extract = { version = "0.7.7", optional = true }
thiserror = "1.0.59"
futures-util = "0.3.30"
Expand Down

0 comments on commit d93aa35

Please sign in to comment.