From b7d3d0afb03f18b4c277f2452ead026aed163ddd Mon Sep 17 00:00:00 2001 From: Teodor Voinea Date: Wed, 30 Dec 2020 11:03:12 -0500 Subject: [PATCH 1/2] Bump lopdf --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23aafd9..379d343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ debug = true adobe-cmap-parser = "0.3.3" encoding = "0.2.33" euclid = "0.20.5" -lopdf = "0.24" +lopdf = "0.26" postscript = "0.11.1" type1-encoding-parser = "0.1.0" unicode-normalization = "0.1.5" From f67e14fa727e188981d6e9805096e5242f427551 Mon Sep 17 00:00:00 2001 From: Teodor Voinea Date: Wed, 30 Dec 2020 11:20:42 -0500 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 379d343..4c0fdaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ adobe-cmap-parser = "0.3.3" encoding = "0.2.33" euclid = "0.20.5" lopdf = "0.26" +linked-hash-map = "=0.5.3" postscript = "0.11.1" type1-encoding-parser = "0.1.0" unicode-normalization = "0.1.5"