about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-02-13 22:09:38 +0000
committerbors <bors@rust-lang.org>2020-02-13 22:09:38 +0000
commit41d90d3b8e633ab53005b8f7459dd10e4526bd41 (patch)
treebbb8a7c2a26e5dde8dcc2f66f203c8d749ed3d0a
parent96c2e62d5700a811f479d984cf57ffc0675ab44a (diff)
parentfa0ad30465032e2fccbd147ec441af8b6e61663c (diff)
downloadrust-41d90d3b8e633ab53005b8f7459dd10e4526bd41.tar.gz
rust-41d90d3b8e633ab53005b8f7459dd10e4526bd41.zip
Auto merge of #5173 - matthiaskrgr:pulldown, r=flip1995
deps: update pulldown-cmark from 0.6 to 0.7

changelog: none
-rw-r--r--clippy_lints/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }