From a8f31665fc6ede14bc1690108775cfb339fc784b Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 12 Feb 2020 15:34:59 -0800 Subject: [PATCH] Update pulldown-cmark --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3d3c7c..b5f45bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ version = "0.16.1" [dependencies.pulldown-cmark] default-features = false optional = true -version = "0.6.0" +version = "0.7.0" [dependencies.termion] optional = true