From ac9c12334a5012097a5e0211eb473fb52df9e1c9 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 11 Nov 2019 13:26:16 -0800 Subject: [PATCH] Update pulldown-cmark in Cargo.toml to 0.6.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"