Auto merge of #6055 - lzutao:bump-cmark, r=phansch

Bump pulldown-cmark v0.8

Closes  #6054

changelog: none
This commit is contained in:
bors 2020-09-16 05:26:30 +00:00
commit 74051c4d4b

View file

@ -21,7 +21,7 @@ cargo_metadata = "0.11.1"
if_chain = "1.0.0"
itertools = "0.9"
lazy_static = "1.0.2"
pulldown-cmark = { version = "0.7.1", default-features = false }
pulldown-cmark = { version = "0.8", default-features = false }
quine-mc_cluskey = "0.2.2"
regex-syntax = "0.6"
serde = { version = "1.0", features = ["derive"] }