From ac009719ae1ccd04393aa922d97d90923acee13a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:32:06 +0000 Subject: [PATCH] fix(deps): update rust crate lopdf to 0.34.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a1bd0c5..65e7d2eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.33.0", features = ["nom_parser"], optional = true } +lopdf = { version = "0.34.0", features = ["nom_parser"], optional = true } pdf-extract = { version = "0.7.8", optional = true } thiserror = "1.0.59" futures-util = "0.3.30"