summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2022-11-24 14:37:39 +0100
committerMarge Bot <marge-bot@gnome.org>2022-11-25 18:49:45 +0000
commitf8be4abbaf59613a55042e2eb1086c6283624a21 (patch)
tree479b02c853922ff9938052a6e8fc8dceff4d4d67 /Cargo.lock
parent4e75d530fed5783b7d6b5df2f63e50fd38829523 (diff)
downloadlibrsvg-f8be4abbaf59613a55042e2eb1086c6283624a21.tar.gz
Update the lopdf crate to 0.29.0
... and adapt tests/src/predicates/pdf.rs for lopdf API change from f64 floats to f32. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/774>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8e0b699a..50088cdf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1113,16 +1113,14 @@ dependencies = [
[[package]]
name = "lopdf"
-version = "0.27.0"
+version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8146695b97752d9c66da0092c6364f8f3ca683f5ea34341db21e5550c3b8c4f4"
+checksum = "de0f69c40d6dbc68ebac4bf5aec3d9978e094e22e29fcabd045acd9cec74a9dc"
dependencies = [
"chrono",
- "dtoa",
"encoding",
"flate2",
- "itoa 0.4.8",
- "lazy_static",
+ "itoa 1.0.4",
"linked-hash-map",
"log",
"pom",