From 5268a2c50c9ea7032093305ddb932fed924d731c Mon Sep 17 00:00:00 2001 From: Puneet Saraswat Date: Thu, 25 Jul 2024 08:10:51 -0500 Subject: [PATCH] update lopdf version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfedc3b..51e79d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ debug = true adobe-cmap-parser = "0.4.0" encoding = "0.2.33" euclid = "0.20.5" -lopdf = {version = "0.32", default-features = false, features = ["nom_parser"]} +lopdf = {version = "0.33", default-features = false, features = ["nom_parser"]} postscript = "0.14" type1-encoding-parser = "0.1.0" unicode-normalization = "0.1.19"