summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:15:30 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-05-31 18:15:40 +0200
commit6bc08b60e6e3a99cc9a263713db33061d63dc964 (patch)
treee3b7d58387d6104fc567defcf84878517defaf1b /lib/entry/libimagentryview/Cargo.toml
parentbe50f5ad51d05dd3d24ecfd6343055737a2757f0 (diff)
parent1f86bcd12178fd45772b565213e3f874f62494be (diff)
Merge branch 'update-deps' into masterHEADmaster
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/entry/libimagentryview/Cargo.toml')
-rw-r--r--lib/entry/libimagentryview/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml
index 4e0a1f78..bd5044ce 100644
--- a/lib/entry/libimagentryview/Cargo.toml
+++ b/lib/entry/libimagentryview/Cargo.toml
@@ -30,7 +30,7 @@ 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.15.0", optional = true }
+mdcat = { version = "0.17.0", optional = true }
[dependencies.pulldown-cmark]
version = "^0.7"
@@ -39,7 +39,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "3"
+version = "4"
optional = true
default-features = false
features = ["parsing", "assets", "dump-load"]