Update pulldown-cmark in Cargo.toml to 0.6.1.

This commit is contained in:
Eric Huss 2019-11-11 13:26:16 -08:00
parent 2a3088422a
commit ac9c12334a
1 changed files with 1 additions and 1 deletions

View File

@ -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"