summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTobias Schmitz <tobiasschmitz2001@gmail.com>2025-05-12 10:07:43 +0200
committerGitHub <noreply@github.com>2025-05-12 08:07:43 +0000
commit26c19a49c8a73b1e7f7c299b9e25e57acfcd7eac (patch)
tree3804e0d2569bc64c36716de032a1322ebe5e96ad /Cargo.lock
parent54c5113a83d317ed9c37a129ad90165c100bd25d (diff)
Use the infer crate to determine if pdf embeds should be compressed (#6256)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ab2d2cc8..4b70e06b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1260,6 +1260,12 @@ dependencies = [
]
[[package]]
+name = "infer"
+version = "0.19.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
+
+[[package]]
name = "inotify"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3127,6 +3133,7 @@ dependencies = [
"comemo",
"ecow",
"image",
+ "infer",
"krilla",
"krilla-svg",
"serde",