summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-11-11 13:26:16 -0800
committerEric Huss <eric@huss.org>2019-11-11 13:26:16 -0800
commitac9c12334a5012097a5e0211eb473fb52df9e1c9 (patch)
treee13c409e99c0c963886e1f3f3373af8bc6b85995
parent2a3088422a419e01c0780cbfcd66780bc2678e17 (diff)
Update pulldown-cmark in Cargo.toml to 0.6.1.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7a6525a..373c9df7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ lazy_static = "1.0"
log = "0.4"
memchr = "2.0"
open = "1.1"
-pulldown-cmark = "0.6"
+pulldown-cmark = "0.6.1"
regex = "1.0.0"
serde = "1.0"
serde_derive = "1.0"