From fbdd60ccb5e6f97920a23bc833a82c878a4f239e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 May 2020 17:19:10 +0000 Subject: [PATCH] Update Rust crate pulldown-cmark to 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d6afdd..d0eb892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ itertools = "0.9.0" log = "0.4.8" mime = "0.3.16" once_cell = "1.3.1" -pulldown-cmark = "0.7.0" +pulldown-cmark = "0.7.1" rand = "0.7.3" reqwest = { version = "0.10.4", features = ["json"] } serde = { version = "1.0.106", features = ["derive"] }