summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/entry/libimagentryview/Cargo.toml')
-rw-r--r--lib/entry/libimagentryview/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml
index 280eb13f..8b924cef 100644
--- a/lib/entry/libimagentryview/Cargo.toml
+++ b/lib/entry/libimagentryview/Cargo.toml
@@ -30,16 +30,16 @@ libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore"
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
libimagentryedit = { version = "0.10.0", path = "../../../lib/entry/libimagentryedit" }
-mdcat = { version = "0.13.0", optional = true }
+mdcat = { version = "0.15.0", optional = true }
[dependencies.pulldown-cmark]
-version = "^0.4"
+version = "^0.7"
optional = true
default-features = false
features = []
[dependencies.syntect]
-version = "3.2.0"
+version = "3"
optional = true
default-features = false
features = ["parsing", "assets", "dump-load"]