From fa0ad30465032e2fccbd147ec441af8b6e61663c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Thu, 13 Feb 2020 22:01:26 +0100 Subject: [PATCH] deps: update pulldown-cmark from 0.6 to 0.7 --- 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 dae403cbb4f..68a3204cbe4 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -22,7 +22,7 @@ if_chain = "1.0.0" itertools = "0.8" lazy_static = "1.0.2" matches = "0.1.7" -pulldown-cmark = "0.6.0" +pulldown-cmark = "0.7.0" quine-mc_cluskey = "0.2.2" regex-syntax = "0.6" serde = { version = "1.0", features = ["derive"] }