summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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",