summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2022-11-08 19:46:02 +0100
committerMarge Bot <marge-bot@gnome.org>2022-11-09 17:55:59 +0000
commit79d2f916c2352767038af1911e5336a90ebab712 (patch)
tree1c4e50d2bad233b5fba0769c8c4aae3def7743e6
parent46cf63339df2262973b87856088ff9f59b15ec55 (diff)
downloadlibrsvg-79d2f916c2352767038af1911e5336a90ebab712.tar.gz
Update the lopdf crate to 0.27.0
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/767>
-rw-r--r--Cargo.lock19
-rw-r--r--Cargo.toml2
2 files changed, 11 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a28407eb..3efe49a1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1084,29 +1084,24 @@ dependencies = [
[[package]]
name = "lopdf"
-version = "0.26.0"
+version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b49a0272112719d0037ab63d4bb67f73ba659e1e90bc38f235f163a457ac16f3"
+checksum = "8146695b97752d9c66da0092c6364f8f3ca683f5ea34341db21e5550c3b8c4f4"
dependencies = [
"chrono",
"dtoa",
"encoding",
"flate2",
"itoa 0.4.8",
+ "lazy_static",
"linked-hash-map",
"log",
- "lzw",
"pom",
"time 0.2.27",
+ "weezl",
]
[[package]]
-name = "lzw"
-version = "0.10.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
-
-[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2547,6 +2542,12 @@ dependencies = [
]
[[package]]
+name = "weezl"
+version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
+
+[[package]]
name = "wide"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 0fc8382c..a9aab9b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -92,7 +92,7 @@ chrono = "0.4.0"
criterion = "0.3"
glib = "0.16"
libc = "0.2"
-lopdf = "0.26.0"
+lopdf = "0.27.0"
matches = "0.1"
pango = "0.16"
pangocairo = "0.16"