summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-06-05 09:06:41 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-06-05 09:07:44 +0200
commit18d27453a045418ed650df67e8541aa11adbf5b7 (patch)
tree12450bd4a22dac621bd903fdecbcec5fe965650a /Cargo.toml
parentfa9070443a58358934032b8c4c6684bf5662892a (diff)
Upgrade pulldown-cmark-to-cmark for fix
This fixes a panic when table headers contain inline code.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b61840..58eca54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
mdbook = "0.3"
pulldown-cmark = "0.7.0"
-pulldown-cmark-to-cmark = "4.0.1"
+pulldown-cmark-to-cmark = "4.0.2"
env_logger = "0.7.1"
log = "0.4"
clap = "2.33"