From a34991228aa95c203a2d162a664bac55591224d8 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 30 May 2019 12:26:22 +0200 Subject: [PATCH] Update pulldown_cmark to 0.5.2 Includes various parsing fixes. Most notably [this PR][pr] [pr]: https://github.com/raphlinus/pulldown-cmark/pull/325 --- clippy_lints/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 42e92bc1c79..2ceb22c5719 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -27,7 +27,7 @@ semver = "0.9.0" serde = { version = "1.0", features = ["derive"] } toml = "0.5" unicode-normalization = "0.1" -pulldown-cmark = "0.5.0" +pulldown-cmark = "0.5.2" url = "1.7.0" if_chain = "1.0.0" smallvec = { version = "0.6.5", features = ["union"] }