summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-12 20:12:32 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-12 20:12:32 +0300
commitddbc25cfa1f560297d3e8737f2ced2d22f630763 (patch)
treebc43b1a0b44b86ef54cca807e691d9cacf1f2cb7 /Cargo.toml
parent299cc1a3c47d8f467d63555975d0f907eec24765 (diff)
downloadriki-ddbc25cfa1f560297d3e8737f2ced2d22f630763.tar.gz
chore: drop unnecessary dependendy pandoc_ast
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d3eaa7e..f8b9bfd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,6 @@ edition = "2021"
anyhow = "1.0.52"
html-escape = "0.2.11"
log = "0.4.17"
-pandoc_ast = "0.8.0"
pretty_env_logger = "0.4.0"
pulldown-cmark = "0.9.0"
regex = "1.5.6"
@@ -24,5 +23,5 @@ subplot-build = "0.4.0"
subplotlib = { git = "https://gitlab.com/subplot/subplot.git" }
fehler = "1.0.0"
pandoc = "0.8.9"
-pandoc_ast = "0.8.0"
+pandoc_ast = "0.7.0"
serde_json = "1.0.81"